public class TaskModel extends Object implements Serializable
Constructor and Description |
---|
TaskModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCdate()
Task creation timestamp
|
String |
getCommand()
Task command
|
User |
getCreator()
Task creator
|
String |
getDescription()
Task description
|
int |
getEdate()
Last task edit timestamp
|
User |
getEditor()
Last task editor
|
Integer |
getId()
Task ID
|
Boolean |
getInternal()
True for internal tasks, false for external tasks
|
String |
getName()
Task name
|
TaskModel |
setCdate(int cdate)
Set the creation timestamp
|
TaskModel |
setCommand(String command)
Set the command
|
TaskModel |
setCreator(User creator)
Set the creator
|
TaskModel |
setDescription(String description)
Set the description
|
TaskModel |
setEdate(int edate)
Set the edit timestamp
|
TaskModel |
setEditor(User editor)
Set the editor
|
TaskModel |
setId(Integer id)
Set the ID
|
TaskModel |
setInternal(Boolean internal)
Set the internal flag
|
TaskModel |
setName(String name)
Set the name
|
public Integer getId()
public String getName()
public TaskModel setName(String name)
name
- namepublic String getDescription()
public TaskModel setDescription(String description)
description
- descriptionpublic String getCommand()
public TaskModel setCommand(String command)
command
- commandpublic Boolean getInternal()
public TaskModel setInternal(Boolean internal)
internal
- flagpublic User getCreator()
public TaskModel setCreator(User creator)
creator
- creatorpublic int getCdate()
public TaskModel setCdate(int cdate)
cdate
- timestamppublic User getEditor()
public TaskModel setEditor(User editor)
editor
- editorpublic int getEdate()
public TaskModel setEdate(int edate)
edate
- timestampCopyright © 2024 Gentics Software. All rights reserved.