public class TaskProperties extends Identity implements java.io.Serializable
TaskSummary
,
Serialized FormConstructor and Description |
---|
TaskProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Return the description of the task.
|
java.lang.String |
getDisplayName()
Returns the display name of the task (ie the name of the task that should
be displayed to the user on the UI).
|
Priority |
getPriority()
Returns the priority of the task.
|
java.lang.String |
getUuid()
Returns the UUID of the object.
|
void |
setDescription(java.lang.String description_)
See
getDescription() . |
void |
setDisplayName(java.lang.String displayName_)
See
getDisplayName() . |
void |
setPriority(Priority priority_)
See
getPriority() . |
void |
setUuid(java.lang.String uuid)
See
getUuid() . |
java.lang.String |
toString()
Returns the task properties as a string of the following format: "
id=%getId()% name=%getName()% desc=%getDescription()%
displayName=%geDisplayName%" (the methods between the % signs are the
getters that are called to get the properties before returning them in the
string).
|
public java.lang.String getDescription()
public void setDescription(java.lang.String description_)
getDescription()
.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName_)
getDisplayName()
.public Priority getPriority()
public void setPriority(Priority priority_)
getPriority()
.public java.lang.String toString()
@ConvertWith(value=com.appiancorp.kougar.mapper.parameters.UuidParameterConverter.class) public java.lang.String getUuid()
Identity
getUuid
in class Identity
Identity.setUuid(String)
public void setUuid(java.lang.String uuid)
getUuid()
.setUuid
in class Identity
uuid
- UUID to setIdentity.getUuid()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.