org.kuali.hr.time
Class HrBusinessObject

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.hr.time.HrBusinessObject
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject
Direct Known Subclasses:
AccrualCategory, Assignment, AssignmentAccount, ClockLocationRuleIpAddress, Department, DeptLunchRule, EarnCode, EarnCodeSecurity, EarnGroup, GracePeriodRule, Job, Location, PayGrade, PayType, Position, PrincipalHRAttributes, SalGroup, Task, TimeCollectionRule, TimeOffAccrual, TkRole, TkRule, WorkArea

public abstract class HrBusinessObject
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
protected  boolean active
           
protected  Date effectiveDate
           
protected  Timestamp timestamp
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
HrBusinessObject()
           
 
Method Summary
 Date getEffectiveDate()
           
abstract  String getId()
           
 Timestamp getTimestamp()
           
protected abstract  String getUniqueKey()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setEffectiveDate(Date effectiveDate)
           
abstract  void setId(String id)
           
 void setTimestamp(Timestamp timestamp)
           
 
Methods inherited from class org.kuali.rice.krad.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.krad.bo.BusinessObjectBase
toString
 
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
 

Field Detail

effectiveDate

protected Date effectiveDate

active

protected boolean active

timestamp

protected Timestamp timestamp
Constructor Detail

HrBusinessObject

public HrBusinessObject()
Method Detail

getUniqueKey

protected abstract String getUniqueKey()

getId

public abstract String getId()

setId

public abstract void setId(String id)

getEffectiveDate

public Date getEffectiveDate()

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

setTimestamp

public void setTimestamp(Timestamp timestamp)

getTimestamp

public Timestamp getTimestamp()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.