public class TaskBo extends HrBusinessObject implements TaskContract
| Modifier and Type | Field and Description | 
|---|---|
static com.google.common.collect.ImmutableList<String> | 
BUSINESS_KEYS  | 
static String | 
CACHE_NAME  | 
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<TaskBo,Task> | 
toTask  | 
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<Task,TaskBo> | 
toTaskBo  | 
| Constructor and Description | 
|---|
TaskBo()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskBo | 
from(Task im)  | 
String | 
getAdministrativeDescription()
Additional description field. 
 | 
com.google.common.collect.ImmutableMap<String,Object> | 
getBusinessKeyValuesMap()
The map of key-vaue pairs that together form the business key criteria for this instance. 
 | 
String | 
getDescription()
Text field used to identify the task. 
 | 
String | 
getId()  | 
Long | 
getTask()
Numeric value for the task 
 | 
String | 
getTkTaskId()
The Primary Key of a Task entry saved in a database 
 | 
String | 
getUniqueKey()  | 
Long | 
getWorkArea()
WorkArea string of the WorkArea object associated with a Task 
 | 
WorkAreaBo | 
getWorkAreaObj()  | 
void | 
setAdministrativeDescription(String administrativeDescription)  | 
void | 
setDescription(String description)  | 
void | 
setId(String id)  | 
void | 
setTask(Long task)  | 
void | 
setTkTaskId(String tkTaskId)  | 
void | 
setWorkArea(Long workArea)  | 
void | 
setWorkAreaObj(WorkAreaBo workAreaObj)  | 
static Task | 
to(TaskBo bo)  | 
areAllBusinessKeyValuesAvailable, copyCommonFields, getCreateTime, getEffectiveDate, getEffectiveLocalDate, getHistory, getRelativeEffectiveDate, getTimestamp, getUserPrincipalId, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setHistory, setRelativeEffectiveDate, setTimestamp, setUserPrincipalIdafterDelete, 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, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetUserPrincipalIdgetEffectiveLocalDategetCreateTimepublic static final String CACHE_NAME
public static final com.google.common.collect.ImmutableList<String> BUSINESS_KEYS
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<TaskBo,Task> toTask
public TaskBo()
public com.google.common.collect.ImmutableMap<String,Object> getBusinessKeyValuesMap()
HrBusinessObjectContractgetBusinessKeyValuesMap in interface HrBusinessObjectContractpublic String getTkTaskId()
TaskContracttkTaskId of Task
getTkTaskId in interface TaskContractpublic void setTkTaskId(String tkTaskId)
public Long getTask()
TaskContracttask of Task
getTask in interface TaskContractpublic 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 WorkAreaBo getWorkAreaObj()
public void setWorkAreaObj(WorkAreaBo workAreaObj)
public String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.IdentifiablegetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObjectCopyright © 2004–2014 The Kuali Foundation. All rights reserved.