public interface LeaveDonationContract extends HrBusinessObjectContract
LeaveDonationContract interface
Modifier and Type | Method and Description |
---|---|
AccrualCategoryContract |
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
|
EarnCodeContract |
getEarnCodeObj()
The EarnCode object associated with the LeaveDonation
|
Boolean |
getHistory()
The history flag of the LeaveDonation
|
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
|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp
EarnCodeContract getEarnCodeObj()
earnCodeObject of a LeaveDonation
String getDonatedEarnCode()
donatedEarnCode of a LeaveDonation
String getRecipientsEarnCode()
recipientsEarnCode of a LeaveDonation
String getLmLeaveDonationId()
lmLeaveDonationId of a LeaveDonation
String getDonatedAccrualCategory()
donatedAccrualCategory of a LeaveDonation
String getRecipientsAccrualCategory()
recipientsAccrualCategory of a LeaveDonation
BigDecimal getAmountDonated()
amountDonated of a LeaveDonation
BigDecimal getAmountReceived()
amountReceived of a LeaveDonation
String getDonorsPrincipalID()
donorsPrincipalID of a LeaveDonation
String getRecipientsPrincipalID()
recipientsPrincipalID of a LeaveDonation
String getDescription()
description of a LeaveDonation
Boolean getHistory()
history flag of a LeaveDonation
org.kuali.rice.kim.api.identity.Person getPersonObj()
personObj of a LeaveDonation
AccrualCategoryContract getAccrualCategoryObj()
accrualCategoryObj of a LeaveDonation
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.