com.intland.codebeamer.persistence.dto
Class LinkedRoleDto
java.lang.Object
com.intland.codebeamer.persistence.dto.LinkedRoleDto
- All Implemented Interfaces:
- BaseDto, java.io.Serializable
public class LinkedRoleDto
- 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, wait, wait, wait |
LinkedRoleDto
public LinkedRoleDto()
LinkedRoleDto
public LinkedRoleDto(RoleDto parentRole,
RoleDto childRole)
getChildRole
public RoleDto getChildRole()
setChildRole
public void setChildRole(RoleDto childRole)
getParentRole
public RoleDto getParentRole()
setParentRole
public void setParentRole(RoleDto parentRole)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2006-2009 Intland Software. All rights reserved.