|
||||||||||
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.core.assignment.Assignment
public class Assignment
Field Summary | |
---|---|
static com.google.common.collect.ImmutableList<String> |
CACHE_FLUSH
|
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 | |
---|---|
Assignment()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<AssignmentAccount> |
getAssignmentAccounts()
List of AssignmentAccounts associated with this Assignment |
String |
getAssignmentDescription()
Task field of Task object associated with the Assignment |
String |
getAssignmentKey()
String combination job, workarea and task of AssignmentDescriptionKey build with the Assignment |
String |
getCalGroup()
CalendarGroup associated with the Assignment |
String |
getClockText()
Provides us with the text to display to the user for clock actions on this assignment. |
String |
getDept()
Department based on the Job object associated with the Assignment |
Boolean |
getHistory()
History flag for Assignment lookups |
String |
getHrJobId()
Primary key of Job object associated with this Assignment |
String |
getId()
The unique id defined by the object, could be a combination of multiple fields |
Job |
getJob()
Job object associated with this Assignment |
Long |
getJobNumber()
Job number of Job object associated with this Assignment |
String |
getName()
Name of the employee associated with this Assignment |
org.kuali.rice.kim.api.identity.Person |
getPrincipal()
Employee associated with the Assignment |
String |
getPrincipalId()
Identifier of the employee associated with this Assignment |
Long |
getTask()
Task field of Task object associated with the Assignment |
Task |
getTaskObj()
Task object associated with the Assignment |
String |
getTkAssignmentId()
The Primary Key of an Assignment entry saved in a database |
String |
getUniqueKey()
|
Long |
getWorkArea()
WorkArea field of WorkArea object associated with the Assignment |
WorkArea |
getWorkAreaObj()
The work area for recording time which also drives approval routing. |
int |
hashCode()
|
void |
setAssignmentAccounts(List<AssignmentAccount> assignmentAccounts)
|
void |
setCalGroup(String calGroup)
|
void |
setDept(String dept)
|
void |
setHistory(Boolean history)
|
void |
setHrJobId(String hrJobId)
|
void |
setId(String id)
|
void |
setJob(Job job)
|
void |
setJobNumber(Long jobNumber)
|
void |
setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
|
void |
setPrincipalId(String principalId)
|
void |
setTask(Long task)
|
void |
setTaskObj(Task taskObj)
|
void |
setTkAssignmentId(String tkAssignmentId)
|
void |
setWorkArea(Long workArea)
|
void |
setWorkAreaObj(WorkArea workAreaObj)
|
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, finalize, getClass, 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 com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
public static final com.google.common.collect.ImmutableList<String> CACHE_FLUSH
public static final String CACHE_NAME
Constructor Detail |
---|
public Assignment()
Method Detail |
---|
public List<AssignmentAccount> getAssignmentAccounts()
AssignmentContract
assignmentAccounts of Assignment
getAssignmentAccounts
in interface AssignmentContract
public void setAssignmentAccounts(List<AssignmentAccount> assignmentAccounts)
public String getPrincipalId()
AssignmentContract
principalId of Assignment
getPrincipalId
in interface AssignmentContract
public void setPrincipalId(String principalId)
public String getName()
AssignmentContract
employee name of Assignment
getName
in interface AssignmentContract
public Job getJob()
AssignmentContract
job of Assignment
getJob
in interface AssignmentContract
public void setJob(Job job)
public Long getJobNumber()
AssignmentContract
jobNumber of Assignment
getJobNumber
in interface AssignmentContract
public void setJobNumber(Long jobNumber)
public String getHrJobId()
AssignmentContract
hrJobId of Assignment
getHrJobId
in interface AssignmentContract
public void setHrJobId(String hrJobId)
public String getClockText()
getClockText
in interface AssignmentContract
public String getTkAssignmentId()
AssignmentContract
tkAssignmentId of Assignment
getTkAssignmentId
in interface AssignmentContract
public void setTkAssignmentId(String tkAssignmentId)
public void setWorkArea(Long workArea)
public void setTask(Long task)
public String getDept()
AssignmentContract
dept of Assignment
getDept
in interface AssignmentContract
public void setDept(String dept)
public WorkArea getWorkAreaObj()
AssignmentContract
workAreaObj of Assignment
getWorkAreaObj
in interface AssignmentContract
public void setWorkAreaObj(WorkArea workAreaObj)
public Long getWorkArea()
AssignmentContract
workArea of Assignment
getWorkArea
in interface AssignmentContract
public Long getTask()
AssignmentContract
task of Assignment
getTask
in interface AssignmentContract
public String getAssignmentDescription()
AssignmentContract
task of Assignment
getAssignmentDescription
in interface AssignmentContract
public org.kuali.rice.kim.api.identity.Person getPrincipal()
AssignmentContract
principal of Assignment
getPrincipal
in interface AssignmentContract
public void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
public Task getTaskObj()
AssignmentContract
taskObj of Assignment
getTaskObj
in interface AssignmentContract
public void setTaskObj(Task taskObj)
public Boolean getHistory()
AssignmentContract
history of Assignment
getHistory
in interface AssignmentContract
public void setHistory(Boolean history)
public 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
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getCalGroup()
AssignmentContract
calGroup of Assignment
getCalGroup
in interface AssignmentContract
public void setCalGroup(String calGroup)
public String getAssignmentKey()
AssignmentContract
assignmentKey of Assignment
getAssignmentKey
in interface AssignmentContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |