|
||||||||||
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()
LeaveDonationContract
earnCodeObject of a LeaveDonation
getEarnCodeObj
in interface LeaveDonationContract
public void setEarnCodeObj(EarnCode earnCodeObj)
public String getDonatedEarnCode()
LeaveDonationContract
donatedEarnCode of a LeaveDonation
getDonatedEarnCode
in interface LeaveDonationContract
public void setDonatedEarnCode(String donatedEarnCode)
public String getRecipientsEarnCode()
LeaveDonationContract
recipientsEarnCode of a LeaveDonation
getRecipientsEarnCode
in interface LeaveDonationContract
public void setRecipientsEarnCode(String recipientsEarnCode)
public String getLmLeaveDonationId()
LeaveDonationContract
lmLeaveDonationId of a LeaveDonation
getLmLeaveDonationId
in interface LeaveDonationContract
public void setLmLeaveDonationId(String lmLeaveDonationId)
public String getDonatedAccrualCategory()
LeaveDonationContract
donatedAccrualCategory of a LeaveDonation
getDonatedAccrualCategory
in interface LeaveDonationContract
public void setDonatedAccrualCategory(String donatedAccrualCategory)
public String getRecipientsAccrualCategory()
LeaveDonationContract
recipientsAccrualCategory of a LeaveDonation
getRecipientsAccrualCategory
in interface LeaveDonationContract
public void setRecipientsAccrualCategory(String recipientsAccrualCategory)
public BigDecimal getAmountDonated()
LeaveDonationContract
amountDonated of a LeaveDonation
getAmountDonated
in interface LeaveDonationContract
public void setAmountDonated(BigDecimal amountDonated)
public BigDecimal getAmountReceived()
LeaveDonationContract
amountReceived of a LeaveDonation
getAmountReceived
in interface LeaveDonationContract
public void setAmountReceived(BigDecimal amountReceived)
public String getDonorsPrincipalID()
LeaveDonationContract
donorsPrincipalID of a LeaveDonation
getDonorsPrincipalID
in interface LeaveDonationContract
public void setDonorsPrincipalID(String donorsPrincipalID)
public String getRecipientsPrincipalID()
LeaveDonationContract
recipientsPrincipalID of a LeaveDonation
getRecipientsPrincipalID
in interface LeaveDonationContract
public void setRecipientsPrincipalID(String recipientsPrincipalID)
public String getDescription()
LeaveDonationContract
description of a LeaveDonation
getDescription
in interface LeaveDonationContract
public void setDescription(String description)
public Boolean getHistory()
LeaveDonationContract
history flag of a LeaveDonation
getHistory
in interface LeaveDonationContract
public void setHistory(Boolean history)
public org.kuali.rice.kim.api.identity.Person getPersonObj()
LeaveDonationContract
personObj of a LeaveDonation
getPersonObj
in interface LeaveDonationContract
public void setPersonObj(org.kuali.rice.kim.api.identity.Person personObj)
public AccrualCategory getAccrualCategoryObj()
LeaveDonationContract
accrualCategoryObj of a LeaveDonation
getAccrualCategoryObj
in interface LeaveDonationContract
public void setAccrualCategoryObj(AccrualCategory accrualCategoryObj)
protected String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public String getId()
HrBusinessObjectContract
id of HrBusinessObject
getId
in interface HrBusinessObjectContract
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |