com.retek.rsm.domain.security.bo
Interface Role

All Superinterfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable
All Known Implementing Classes:
RoleImpl

public interface Role
extends com.retek.platform.bo.BusinessObject


Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from interface com.retek.platform.bo.BusinessObject
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty
 
Methods inherited from interface com.retek.platform.bo.Identifiable
getObjectId, toReference
 

Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)