|
||||||||||
| 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.task.Task
public class Task
| 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 | |
|---|---|
Task()
|
|
| Method Summary | |
|---|---|
String |
getAdministrativeDescription()
Additional description field. |
String |
getDescription()
Text field used to identify the task. |
String |
getId()
The unique id defined by the object, could be a combination of multiple fields |
Long |
getTask()
Numeric value for the task |
String |
getTkTaskId()
The Primary Key of a Task entry saved in a database |
String |
getUniqueKey()
|
String |
getUserPrincipalId()
TODO: is this field needed??? |
Long |
getWorkArea()
WorkArea string of the WorkArea object associated with a Task |
WorkArea |
getWorkAreaObj()
WorkArea object associated with a Task |
void |
setAdministrativeDescription(String administrativeDescription)
|
void |
setDescription(String description)
|
void |
setId(String id)
|
void |
setTask(Long task)
|
void |
setTkTaskId(String tkTaskId)
|
void |
setUserPrincipalId(String userPrincipalId)
|
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, 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 Task()
| Method Detail |
|---|
public String getTkTaskId()
TaskContracttkTaskId of Task
getTkTaskId in interface TaskContractpublic void setTkTaskId(String tkTaskId)
public Long getTask()
TaskContracttask of Task
getTask in interface TaskContractpublic void setTask(Long task)
public Long getWorkArea()
TaskContractworkArea of Task
getWorkArea in interface TaskContractpublic void setWorkArea(Long workArea)
public String getDescription()
TaskContractdescription of Task
getDescription in interface TaskContractpublic void setDescription(String description)
public String getAdministrativeDescription()
TaskContractadministrativeDescription of Task
getAdministrativeDescription in interface TaskContractpublic void setAdministrativeDescription(String administrativeDescription)
public String getUserPrincipalId()
TaskContract
getUserPrincipalId in interface TaskContractpublic void setUserPrincipalId(String userPrincipalId)
public WorkArea getWorkAreaObj()
TaskContractworkAreaObj of Task
getWorkAreaObj in interface TaskContractpublic void setWorkAreaObj(WorkArea workAreaObj)
public String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getId()
HrBusinessObjectContractid of HrBusinessObject
getId in interface HrBusinessObjectContractgetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||