CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class ForumNotificationDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.ForumNotificationDto
All Implemented Interfaces:
BaseDto, java.io.Serializable

public class ForumNotificationDto
extends java.lang.Object
implements BaseDto

TODO

See Also:
Serialized Form

Constructor Summary
ForumNotificationDto()
           
 
Method Summary
 ForumDto getForum()
           
 java.lang.Boolean getNotified()
           
 RoleDto getRole()
           
 UserDto getUser()
           
 void setForum(ForumDto forum)
           
 void setNotified(java.lang.Boolean notified)
           
 void setRole(RoleDto role)
           
 void setUser(UserDto user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumNotificationDto

public ForumNotificationDto()
Method Detail

getForum

public ForumDto getForum()

setForum

public void setForum(ForumDto forum)

getUser

public UserDto getUser()

setUser

public void setUser(UserDto user)

getRole

public RoleDto getRole()

setRole

public void setRole(RoleDto role)

getNotified

public java.lang.Boolean getNotified()

setNotified

public void setNotified(java.lang.Boolean notified)

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.