|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.com.arsmachina.example.entity.Task
public class Task
Class that represents a task.
| Field Summary | |
|---|---|
static int |
MAXIMUM_DESCRIPTION_LENGTH
Maximum description length. |
static int |
MAXIMUM_SUMMARY_LENGTH
Maximum name length. |
static int |
MINIMUM_DESCRIPTION_LENGTH
Minimum description length. |
static int |
MINIMUM_SUMMARY_LENGTH
Minimum name length. |
| Constructor Summary | |
|---|---|
Task()
|
|
| Method Summary | |
|---|---|
br.com.arsmachina.authentication.entity.User |
getCreator()
Returns the value of the creator property. |
String |
getDescription()
Returns the value of the description property. |
Integer |
getId()
Returns the value of the id property. |
Project |
getProject()
Returns the value of the project property. |
String |
getSummary()
Returns the value of the summary property. |
List<br.com.arsmachina.authentication.entity.User> |
getTeam()
Returns the value of the team property. |
void |
setCreator(br.com.arsmachina.authentication.entity.User creator)
Changes the value of the creator property. |
void |
setDescription(String description)
Changes the value of the description property. |
void |
setId(Integer id)
Changes the value of the id property. |
void |
setProject(Project project)
Changes the value of the project property. |
void |
setSummary(String summary)
Changes the value of the summary property. |
void |
setTeam(List<br.com.arsmachina.authentication.entity.User> team)
Changes the value of the team property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MINIMUM_SUMMARY_LENGTH
public static final int MAXIMUM_SUMMARY_LENGTH
public static final int MINIMUM_DESCRIPTION_LENGTH
public static final int MAXIMUM_DESCRIPTION_LENGTH
| Constructor Detail |
|---|
public Task()
| Method Detail |
|---|
public Integer getId()
id property.
Integer.public void setId(Integer id)
id property.
id - a Integer.
@Length(min=5,
max=50)
@NotNull
public String getSummary()
summary property.
String.public void setSummary(String summary)
summary property.
summary - a String.
@Length(min=0,
max=5000)
public String getDescription()
description property.
String.public void setDescription(String description)
description property.
description - a String.@NotNull public br.com.arsmachina.authentication.entity.User getCreator()
creator property.
User.public void setCreator(br.com.arsmachina.authentication.entity.User creator)
creator property.
creator - a User.public List<br.com.arsmachina.authentication.entity.User> getTeam()
team property.
List.public void setTeam(List<br.com.arsmachina.authentication.entity.User> team)
team property.
team - a List.@NotNull public Project getProject()
project property.
Project.public void setProject(Project project)
project property.
project - a Project.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||