|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeCollectionRuleContract
TimeCollectionRuleContract interface
Method Summary | |
---|---|
DepartmentContract |
getDepartmentObj()
The Department object associated with the TimeCollectionRule |
String |
getDept()
The department name associated with the TimeCollectionRule |
Boolean |
getHistory()
The history flag of the TimeCollectionRule |
String |
getHrDeptId()
The id of the Department object associated with the TimeCollectionRule |
String |
getHrPayTypeId()
The id of the PayType object associated with the TimeCollectionRule |
String |
getPayType()
The pay type associated with the TimeCollectionRule |
PayTypeContract |
getPayTypeObj()
The PayType object associated with the TimeCollectionRule |
String |
getTkTimeCollectionRuleId()
The primary key of a TimeCollectionRule entry saved in a database |
String |
getTkWorkAreaId()
The id of the WorkArea object associated with the TimeCollectionRule |
String |
getUserPrincipalId()
The principal Id of user who created the TimeCollectionRule |
Long |
getWorkArea()
The work area number associated with the TimeCollectionRule |
WorkAreaContract |
getWorkAreaObj()
The WorkArea object associated with the TimeCollectionRule |
boolean |
isClockUserFl()
The flag to indicate if clock entry will be required for recording time based on the department and work area |
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract |
---|
getEffectiveDate, getEffectiveLocalDate, getId, 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 |
Method Detail |
---|
DepartmentContract getDepartmentObj()
departmentObj of a TimeCollectionRule
String getPayType()
payType of a TimeCollectionRule
String getHrPayTypeId()
hrPayTypeId of a TimeCollectionRule
PayTypeContract getPayTypeObj()
payTypeObj of a TimeCollectionRule
WorkAreaContract getWorkAreaObj()
workAreaObj of a TimeCollectionRule
Long getWorkArea()
workArea of a TimeCollectionRule
boolean isClockUserFl()
clockUserFl flag of a TimeCollectionRule
String getUserPrincipalId()
This field is auto populated.
String getTkTimeCollectionRuleId()
tkTimeCollectionRuleId of a TimeCollectionRule
String getDept()
dept of a TimeCollectionRule
String getTkWorkAreaId()
tkWorkAreaId of a TimeCollectionRule
String getHrDeptId()
hrDeptId of a TimeCollectionRule
Boolean getHistory()
history flag of a TimeCollectionRule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |