org.apache.pluto.portalImpl.om.common.impl
Class SecurityRoleRefImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.common.impl.SecurityRoleRefImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.om.common.SecurityRoleRef, org.apache.pluto.om.Model

public class SecurityRoleRefImpl
extends java.lang.Object
implements org.apache.pluto.om.common.SecurityRoleRef, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SecurityRoleRefImpl()
           
 
Method Summary
 java.util.Collection getCastorDescriptions()
           
 org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
           
 org.apache.pluto.om.common.DescriptionSet getDescriptionSet()
           
 java.lang.String getRoleLink()
           
 java.lang.String getRoleName()
           
 void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
           
 void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setRoleLink(java.lang.String roleLink)
           
 void setRoleName(java.lang.String roleName)
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityRoleRefImpl

public SecurityRoleRefImpl()
Method Detail

getRoleName

public java.lang.String getRoleName()
Specified by:
getRoleName in interface org.apache.pluto.om.common.SecurityRoleRef

getRoleLink

public java.lang.String getRoleLink()
Specified by:
getRoleLink in interface org.apache.pluto.om.common.SecurityRoleRef

getDescription

public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
Specified by:
getDescription in interface org.apache.pluto.om.common.SecurityRoleRef

setRoleName

public void setRoleName(java.lang.String roleName)

setRoleLink

public void setRoleLink(java.lang.String roleLink)

getDescriptionSet

public org.apache.pluto.om.common.DescriptionSet getDescriptionSet()

setDescriptionSet

public void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent)

getCastorDescriptions

public java.util.Collection getCastorDescriptions()

setCastorDescriptions

public void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)


Copyright © 2003-2010 . All Rights Reserved.