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

public class SecurityRoleRefImpl
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  DescriptionSet descriptions
           
private  java.lang.String roleLink
           
private  java.lang.String roleName
           
 
Constructor Summary
SecurityRoleRefImpl()
           
 
Method Summary
 java.util.Collection getCastorDescriptions()
           
 Description getDescription(java.util.Locale locale)
           
 DescriptionSet getDescriptionSet()
           
 java.lang.String getRoleLink()
           
 java.lang.String getRoleName()
           
 void setCastorDescriptions(DescriptionSet castorDescriptions)
           
 void setDescriptionSet(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
 

Field Detail

roleName

private java.lang.String roleName

roleLink

private java.lang.String roleLink

descriptions

private DescriptionSet descriptions
Constructor Detail

SecurityRoleRefImpl

public SecurityRoleRefImpl()
Method Detail

getRoleName

public java.lang.String getRoleName()

getRoleLink

public java.lang.String getRoleLink()

getDescription

public Description getDescription(java.util.Locale locale)

setRoleName

public void setRoleName(java.lang.String roleName)

setRoleLink

public void setRoleLink(java.lang.String roleLink)

getDescriptionSet

public DescriptionSet getDescriptionSet()

setDescriptionSet

public void setDescriptionSet(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(DescriptionSet castorDescriptions)