|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.gl.businessobject.Balance
org.kuali.kfs.module.ld.businessobject.LedgerBalance
org.kuali.kfs.module.ld.businessobject.EmployeeFunding
public class EmployeeFunding
Labor business object for Employee Funding.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
EmployeeFunding()
Although the title of this class is EmployeeFunding, it is really a representation of the AccountStatusCurrentFunds business object, however it is generated using the fiscal year and employee ID. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
org.kuali.rice.kns.util.KualiDecimal |
getCsfAmount()
Gets the csfAmount |
String |
getCsfDeleteCode()
Gets the csfDeleteCode. |
BigDecimal |
getCsfFullTimeEmploymentQuantity()
Gets the csfFullTimeEmploymentQuantity. |
String |
getCsfFundingStatusCode()
Gets the csfFundingStatusCode. |
BigDecimal |
getCsfTimePercent()
Gets the csfTimePercent. |
org.kuali.rice.kns.util.KualiDecimal |
getCurrentAmount()
Gets the currentAmount. |
String |
getName()
Gets the person name. |
org.kuali.rice.kns.util.KualiDecimal |
getOutstandingEncumbrance()
Gets the outstandingEncumbrance. |
org.kuali.rice.kns.util.KualiDecimal |
getTotalAmount()
Returns a total amount based upon adding any outstanding encumberence records to the annual balance amount. |
int |
hashCode()
|
void |
setCsfAmount(org.kuali.rice.kns.util.KualiDecimal csfAmount)
Sets the csfAmount. |
void |
setCsfDeleteCode(String csfDeleteCode)
Sets the csfDeleteCode. |
void |
setCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity)
Sets the csfFullTimeEmploymentQuantity. |
void |
setCsfFundingStatusCode(String csfFundingStatusCode)
Sets the csfFundingStatusCode. |
void |
setCsfTimePercent(BigDecimal csfTimePercent)
Sets the csfTimePercent. |
void |
setCurrentAmount(org.kuali.rice.kns.util.KualiDecimal currentAmount)
Sets the currentAmount. |
void |
setName(String personName)
Sets the persons name. |
void |
setOutstandingEncumbrance(org.kuali.rice.kns.util.KualiDecimal outstandingEncumbrance)
Sets the outstandingEncumbrance. |
void |
setTotalAmount(org.kuali.rice.kns.util.KualiDecimal totalAmount)
Sets the total amount. |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Constructor Detail |
---|
public EmployeeFunding()
Method Detail |
---|
public String getName()
public void setName(String personName)
personName
- The personName to set.public org.kuali.rice.kns.util.KualiDecimal getCsfAmount()
public void setCsfAmount(org.kuali.rice.kns.util.KualiDecimal csfAmount)
csfAmount
- The csfAmount to set.public String getCsfDeleteCode()
public void setCsfDeleteCode(String csfDeleteCode)
csfDeleteCode
- The csfDeleteCode to set.public String getCsfFundingStatusCode()
public void setCsfFundingStatusCode(String csfFundingStatusCode)
csfFundingStatusCode
- The csfFundingStatusCode to set.public BigDecimal getCsfTimePercent()
public void setCsfTimePercent(BigDecimal csfTimePercent)
csfTimePercent
- The csfTimePercent to set.public org.kuali.rice.kns.util.KualiDecimal getCurrentAmount()
public void setCurrentAmount(org.kuali.rice.kns.util.KualiDecimal currentAmount)
currentAmount
- The currentAmount to set.public org.kuali.rice.kns.util.KualiDecimal getOutstandingEncumbrance()
public void setOutstandingEncumbrance(org.kuali.rice.kns.util.KualiDecimal outstandingEncumbrance)
outstandingEncumbrance
- The outstandingEncumbrance to set.public org.kuali.rice.kns.util.KualiDecimal getTotalAmount()
public void setTotalAmount(org.kuali.rice.kns.util.KualiDecimal totalAmount)
totalAmount
- The totalAmount to set.public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public BigDecimal getCsfFullTimeEmploymentQuantity()
public void setCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity)
csfFullTimeEmploymentQuantity
- The csfFullTimeEmploymentQuantity to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |