org.kuali.rice.kim.bo.entity.impl
Class KimPrincipalImpl
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.entity.impl.KimPrincipalImpl
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ModelObjectBasic, KimPrincipal, BusinessObject, PersistableBusinessObject
@Entity
public class KimPrincipalImpl
- extends PersistableBusinessObjectBase
- implements KimPrincipal
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
KimPrincipalImpl
public KimPrincipalImpl()
getPrincipalId
public String getPrincipalId()
- Description copied from interface:
KimPrincipal
- Gets this
KimPrincipal
's id.
- Specified by:
getPrincipalId
in interface KimPrincipal
- Returns:
- the id for this
KimPrincipal
, or null if none has been assigned.
setPrincipalId
public void setPrincipalId(String principalId)
getPrincipalName
public String getPrincipalName()
- Description copied from interface:
KimPrincipal
- Gets this
KimPrincipal
's name.
- Specified by:
getPrincipalName
in interface KimPrincipal
- Returns:
- the name for this
KimPrincipal
, or null if none has been assigned.
setPrincipalName
public void setPrincipalName(String principalName)
getEntityId
public String getEntityId()
- Description copied from interface:
KimPrincipal
- Gets this
KimPrincipal
's entity id.
- Specified by:
getEntityId
in interface KimPrincipal
- Returns:
- the entity id for this
KimPrincipal
, or null if none has been assigned.
setEntityId
public void setEntityId(String entityId)
getPassword
public String getPassword()
- Description copied from interface:
KimPrincipal
- Gets this
KimPrincipal
's password.
- Specified by:
getPassword
in interface KimPrincipal
- Returns:
- the password for this
KimPrincipal
, or null if none has been assigned.
setPassword
public void setPassword(String password)
isActive
public boolean isActive()
- Specified by:
isActive
in interface KimPrincipal
setActive
public void setActive(boolean active)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.