CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class LinkedRoleDto

java.lang.Object
  extended by 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

Constructor Summary
LinkedRoleDto()
           
LinkedRoleDto(RoleDto parentRole, RoleDto childRole)
           
 
Method Summary
 RoleDto getChildRole()
           
 RoleDto getParentRole()
           
 void setChildRole(RoleDto childRole)
           
 void setParentRole(RoleDto parentRole)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkedRoleDto

public LinkedRoleDto()

LinkedRoleDto

public LinkedRoleDto(RoleDto parentRole,
                     RoleDto childRole)
Method Detail

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

CodeBeamer 5.4.0.1-RC API

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