|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.kpme.core.bo.HrBusinessObject
org.kuali.kpme.tklm.leave.donation.LeaveDonation
public class LeaveDonation
| Field Summary | |
|---|---|
static String |
CACHE_NAME
|
static com.google.common.collect.ImmutableList<String> |
EQUAL_TO_FIELDS
|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
LeaveDonation()
|
|
| Method Summary | |
|---|---|
AccrualCategory |
getAccrualCategoryObj()
The AccuralCategory object associated with the LeaveDonation |
BigDecimal |
getAmountDonated()
The amount of accrued leave to be donated |
BigDecimal |
getAmountReceived()
The amount of accrued leave to be received |
String |
getDescription()
The descripton of the LeaveDonation |
String |
getDonatedAccrualCategory()
The AccrualCategory name associated with the LeaveDonation |
String |
getDonatedEarnCode()
The EarnCode name that a leave block indicating the amount donated will be recorded with |
String |
getDonorsPrincipalID()
The principalID of the employee who is donating leave |
EarnCode |
getEarnCodeObj()
The EarnCode object associated with the LeaveDonation |
Boolean |
getHistory()
The history flag of the LeaveDonation |
String |
getId()
The unique id defined by the object, could be a combination of multiple fields |
String |
getLmLeaveDonationId()
The primary key of a LeaveDonation entry saved in a database |
org.kuali.rice.kim.api.identity.Person |
getPersonObj()
The Person object associated with the LeaveDonation |
String |
getRecipientsAccrualCategory()
The AccrualCategory name the donated Leave will be accrued to |
String |
getRecipientsEarnCode()
The EarnCode name that donation accrual leave block will be recorded with |
String |
getRecipientsPrincipalID()
The principalID of the employee who is receiving the donated leave |
protected String |
getUniqueKey()
|
void |
setAccrualCategoryObj(AccrualCategory accrualCategoryObj)
|
void |
setAmountDonated(BigDecimal amountDonated)
|
void |
setAmountReceived(BigDecimal amountReceived)
|
void |
setDescription(String description)
|
void |
setDonatedAccrualCategory(String donatedAccrualCategory)
|
void |
setDonatedEarnCode(String donatedEarnCode)
|
void |
setDonorsPrincipalID(String donorsPrincipalID)
|
void |
setEarnCodeObj(EarnCode earnCodeObj)
|
void |
setHistory(Boolean history)
|
void |
setId(String id)
|
void |
setLmLeaveDonationId(String lmLeaveDonationId)
|
void |
setPersonObj(org.kuali.rice.kim.api.identity.Person personObj)
|
void |
setRecipientsAccrualCategory(String recipientsAccrualCategory)
|
void |
setRecipientsEarnCode(String recipientsEarnCode)
|
void |
setRecipientsPrincipalID(String recipientsPrincipalID)
|
| Methods inherited from class org.kuali.kpme.core.bo.HrBusinessObject |
|---|
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setRelativeEffectiveDate, setTimestamp |
| 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.kpme.core.api.bo.HrBusinessObjectContract |
|---|
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp |
| Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
|---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
| Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
|---|
refresh |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
|---|
getVersionNumber |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
|---|
getObjectId |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
|---|
isActive |
| Field Detail |
|---|
public static final String CACHE_NAME
public static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
| Constructor Detail |
|---|
public LeaveDonation()
| Method Detail |
|---|
public EarnCode getEarnCodeObj()
LeaveDonationContractearnCodeObject of a LeaveDonation
getEarnCodeObj in interface LeaveDonationContractpublic void setEarnCodeObj(EarnCode earnCodeObj)
public String getDonatedEarnCode()
LeaveDonationContractdonatedEarnCode of a LeaveDonation
getDonatedEarnCode in interface LeaveDonationContractpublic void setDonatedEarnCode(String donatedEarnCode)
public String getRecipientsEarnCode()
LeaveDonationContractrecipientsEarnCode of a LeaveDonation
getRecipientsEarnCode in interface LeaveDonationContractpublic void setRecipientsEarnCode(String recipientsEarnCode)
public String getLmLeaveDonationId()
LeaveDonationContractlmLeaveDonationId of a LeaveDonation
getLmLeaveDonationId in interface LeaveDonationContractpublic void setLmLeaveDonationId(String lmLeaveDonationId)
public String getDonatedAccrualCategory()
LeaveDonationContractdonatedAccrualCategory of a LeaveDonation
getDonatedAccrualCategory in interface LeaveDonationContractpublic void setDonatedAccrualCategory(String donatedAccrualCategory)
public String getRecipientsAccrualCategory()
LeaveDonationContractrecipientsAccrualCategory of a LeaveDonation
getRecipientsAccrualCategory in interface LeaveDonationContractpublic void setRecipientsAccrualCategory(String recipientsAccrualCategory)
public BigDecimal getAmountDonated()
LeaveDonationContractamountDonated of a LeaveDonation
getAmountDonated in interface LeaveDonationContractpublic void setAmountDonated(BigDecimal amountDonated)
public BigDecimal getAmountReceived()
LeaveDonationContractamountReceived of a LeaveDonation
getAmountReceived in interface LeaveDonationContractpublic void setAmountReceived(BigDecimal amountReceived)
public String getDonorsPrincipalID()
LeaveDonationContractdonorsPrincipalID of a LeaveDonation
getDonorsPrincipalID in interface LeaveDonationContractpublic void setDonorsPrincipalID(String donorsPrincipalID)
public String getRecipientsPrincipalID()
LeaveDonationContractrecipientsPrincipalID of a LeaveDonation
getRecipientsPrincipalID in interface LeaveDonationContractpublic void setRecipientsPrincipalID(String recipientsPrincipalID)
public String getDescription()
LeaveDonationContractdescription of a LeaveDonation
getDescription in interface LeaveDonationContractpublic void setDescription(String description)
public Boolean getHistory()
LeaveDonationContracthistory flag of a LeaveDonation
getHistory in interface LeaveDonationContractpublic void setHistory(Boolean history)
public org.kuali.rice.kim.api.identity.Person getPersonObj()
LeaveDonationContractpersonObj of a LeaveDonation
getPersonObj in interface LeaveDonationContractpublic void setPersonObj(org.kuali.rice.kim.api.identity.Person personObj)
public AccrualCategory getAccrualCategoryObj()
LeaveDonationContractaccrualCategoryObj of a LeaveDonation
getAccrualCategoryObj in interface LeaveDonationContractpublic void setAccrualCategoryObj(AccrualCategory accrualCategoryObj)
protected String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getId()
HrBusinessObjectContractid of HrBusinessObject
getId in interface HrBusinessObjectContractgetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||