Package org.marketcetera.admin
Interface MutablePermission
-
- All Superinterfaces:
org.springframework.security.core.GrantedAuthority,Permission,Serializable,SummaryEntityBase,SummaryNDEntityBase
public interface MutablePermission extends Permission
Provides a mutablePermissionimplementation.- 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.Permission
getAuthority
-
Methods inherited from interface org.marketcetera.persist.SummaryEntityBase
getId, getLastUpdated, getUpdateCount
-
Methods inherited from interface org.marketcetera.persist.SummaryNDEntityBase
getDescription, getName
-
-