org.kuali.rice.kim.bo.entity.impl
Class KimPrincipalImpl

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KimPrincipalImpl()
           
 
Method Summary
 String getEntityId()
          Gets this KimPrincipal's entity id.
 String getPassword()
          Gets this KimPrincipal's password.
 String getPrincipalId()
          Gets this KimPrincipal's id.
 String getPrincipalName()
          Gets this KimPrincipal's name.
 boolean isActive()
           
 void setActive(boolean active)
           
 void setEntityId(String entityId)
           
 void setPassword(String password)
           
 void setPrincipalId(String principalId)
           
 void setPrincipalName(String principalName)
           
 
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
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

KimPrincipalImpl

public KimPrincipalImpl()
Method Detail

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.