public class OdiProfile extends AbstractOdiEntity implements IMasterOdiEntity
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getInternalId()
Provides a common getter for the persistence layer to obtain an identity,
irrespective of the actual type of identity used.
|
java.lang.String |
getName()
Returns the name of this entity instance.
|
java.util.List |
getPrincipalMembers() |
java.lang.Number |
getProfileId() |
java.lang.String |
getProfileName() |
java.util.List |
getRoleMembers() |
IRepositoryEntity |
getSecurityContainer() |
java.util.List |
getUserMembers() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeeded
getGlobalId, getParent
public java.lang.String getProfileName()
public java.lang.Number getProfileId()
public java.io.Serializable getInternalId()
IRepositoryEntity
Typically a subclass will delegate to a public
SomePrimitiveWrapper getId()
method. The necessity for the
getInternalId()
abstract method is solely because the
persistence layer needs a way of obtaining the identity irrespective of
the actual identity implementation choice.
Returning null
from this method will indicate the object has
never been saved. This will likely be relied on by some DAO
implementations.
getInternalId
in interface IRepositoryEntity
public IRepositoryEntity getSecurityContainer()
getSecurityContainer
in interface IRepositoryEntity
public java.util.List getUserMembers()
public java.util.List getRoleMembers()
public java.util.List getPrincipalMembers()
public java.lang.String getName()
IOdiEntity
getName
in interface IOdiEntity