IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.ac.model
Class SecurityRole

java.lang.Object
  extended by com.ibm.btt.bc.ac.model.SecurityRole
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SecurityRole()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDescription()
           
 java.util.List<SecurityRight> getRightList()
           
 java.lang.String getRoleName()
           
 java.util.List<SecurityRole> getSubRoleList()
           
 void setDescription(java.lang.String description)
           
 void setRightList(java.util.List<SecurityRight> rightList)
           
 void setRoleName(java.lang.String roleName)
           
 void setSubRoleList(java.util.List<SecurityRole> subRoleList)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRole

public SecurityRole()
Method Detail

getRightList

public java.util.List<SecurityRight> getRightList()

setRightList

public void setRightList(java.util.List<SecurityRight> rightList)

getRoleName

public java.lang.String getRoleName()

setRoleName

public void setRoleName(java.lang.String roleName)

getSubRoleList

public java.util.List<SecurityRole> getSubRoleList()

setSubRoleList

public void setSubRoleList(java.util.List<SecurityRole> subRoleList)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009