public class TaskDescription
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
| Constructor and Description |
|---|
TaskDescription()
Constructs an empty
TaskDescription object. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get the description
|
java.lang.Integer |
getLanguageId()
Get the Language Id
|
java.lang.String |
getName()
Get the name
|
void |
setDescription(java.lang.String astrDescription)
Set Description
|
void |
setLanguageId(java.lang.Integer aLanguageId)
Set language id
|
void |
setName(java.lang.String astrName)
Set Name
|
public static final java.lang.String COPYRIGHT
public TaskDescription()
TaskDescription object.public java.lang.Integer getLanguageId()
public java.lang.String getName()
public java.lang.String getDescription()
public void setName(java.lang.String astrName)
astrName - The namepublic void setDescription(java.lang.String astrDescription)
astrDescription - The descriptionpublic void setLanguageId(java.lang.Integer aLanguageId)
aLanguageId - The language id