org.kuali.kpme.tklm.api.time.rules.timecollection
Interface TimeCollectionRuleContract

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.core.api.mo.common.GloballyUnique, HrBusinessObjectContract, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.PersistableBusinessObject, Serializable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
TimeCollectionRule

public interface TimeCollectionRuleContract
extends HrBusinessObjectContract

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

getDepartmentObj

DepartmentContract getDepartmentObj()
The Department object associated with the TimeCollectionRule

departmentObj of a TimeCollectionRule

Returns:
departmentObj for TimeCollectionRule

getPayType

String getPayType()
The pay type associated with the TimeCollectionRule

payType of a TimeCollectionRule

Returns:
payType for TimeCollectionRule

getHrPayTypeId

String getHrPayTypeId()
The id of the PayType object associated with the TimeCollectionRule

hrPayTypeId of a TimeCollectionRule

Returns:
hrPayTypeId for TimeCollectionRule

getPayTypeObj

PayTypeContract getPayTypeObj()
The PayType object associated with the TimeCollectionRule

payTypeObj of a TimeCollectionRule

Returns:
payTypeObj for TimeCollectionRule

getWorkAreaObj

WorkAreaContract getWorkAreaObj()
The WorkArea object associated with the TimeCollectionRule

workAreaObj of a TimeCollectionRule

Returns:
workAreaObj for TimeCollectionRule

getWorkArea

Long getWorkArea()
The work area number associated with the TimeCollectionRule

workArea of a TimeCollectionRule

Returns:
workArea for TimeCollectionRule

isClockUserFl

boolean isClockUserFl()
The flag to indicate if clock entry will be required for recording time based on the department and work area

clockUserFl flag of a TimeCollectionRule

Returns:
Y if required, N if not

getUserPrincipalId

String getUserPrincipalId()
The principal Id of user who created the TimeCollectionRule

This field is auto populated.

Returns:
userPrincipalId for TimeCollectionRule

getTkTimeCollectionRuleId

String getTkTimeCollectionRuleId()
The primary key of a TimeCollectionRule entry saved in a database

tkTimeCollectionRuleId of a TimeCollectionRule

Returns:
tkTimeCollectionRuleId for TimeCollectionRule

getDept

String getDept()
The department name associated with the TimeCollectionRule

dept of a TimeCollectionRule

Returns:
dept for TimeCollectionRule

getTkWorkAreaId

String getTkWorkAreaId()
The id of the WorkArea object associated with the TimeCollectionRule

tkWorkAreaId of a TimeCollectionRule

Returns:
tkWorkAreaId for TimeCollectionRule

getHrDeptId

String getHrDeptId()
The id of the Department object associated with the TimeCollectionRule

hrDeptId of a TimeCollectionRule

Returns:
hrDeptId for TimeCollectionRule

getHistory

Boolean getHistory()
The history flag of the TimeCollectionRule

history flag of a TimeCollectionRule

Returns:
Y if on, N if not


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.