Package org.marketcetera.admin
Interface MutableRole
-
- All Superinterfaces:
Role,Serializable,SummaryEntityBase,SummaryNDEntityBase
- All Known Implementing Classes:
SimpleRole
public interface MutableRole extends Role
Provides a mutableRoleimplementation.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDescription(String inDescription)Set the description value.voidsetName(String inName)Set the name value.-
Methods inherited from interface org.marketcetera.admin.Role
getPermissions, getSubjects
-
Methods inherited from interface org.marketcetera.persist.SummaryEntityBase
getId, getLastUpdated, getUpdateCount
-
Methods inherited from interface org.marketcetera.persist.SummaryNDEntityBase
getDescription, getName
-
-