Package org.cyclos.entities.access
Class ActivatablePrincipalType
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.ConfigurationEntity
-
- org.cyclos.entities.ConfigurationOrderableEntity
-
- org.cyclos.entities.access.PrincipalType
-
- org.cyclos.entities.access.ActivatablePrincipalType
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,ProcessableForDataTranslation,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity
- Direct Known Subclasses:
AccessClientPrincipalType,TokenPrincipalType
@Entity public abstract class ActivatablePrincipalType extends PrincipalType
A principal type which can be activated for users
-
-
Constructor Summary
Constructors Constructor Description ActivatablePrincipalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaximumPerUser()StringgetPluralName()voidsetMaximumPerUser(Integer maximumPerUser)voidsetPluralName(String pluralName)-
Methods inherited from class org.cyclos.entities.access.PrincipalType
compareTo, getDataTranslationType, getNature, getNetwork, isUsedExternalPayment, setNetwork
-
Methods inherited from class org.cyclos.entities.ConfigurationOrderableEntity
getOrder, setOrder, toString
-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-