com.intland.codebeamer.persistence.dto
Class ForumNotificationDto
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForumNotificationDto
public ForumNotificationDto()
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)
Copyright © 2006-2009 Intland Software. All rights reserved.