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, setUserPrincipalId
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getUserPrincipalId
getEffectiveLocalDate
getCreateTime
public 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()
HrBusinessObjectContract
getBusinessKeyValuesMap
in interface HrBusinessObjectContract
public String getTkTaskId()
TaskContract
tkTaskId of Task
getTkTaskId
in interface TaskContract
public void setTkTaskId(String tkTaskId)
public Long getTask()
TaskContract
task of Task
getTask
in interface TaskContract
public Long getWorkArea()
TaskContract
workArea of Task
getWorkArea
in interface TaskContract
public void setWorkArea(Long workArea)
public String getDescription()
TaskContract
description of Task
getDescription
in interface TaskContract
public void setDescription(String description)
public String getAdministrativeDescription()
TaskContract
administrativeDescription of Task
getAdministrativeDescription
in interface TaskContract
public void setAdministrativeDescription(String administrativeDescription)
public WorkAreaBo getWorkAreaObj()
public void setWorkAreaObj(WorkAreaBo workAreaObj)
public String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.