IDataitempublic class TeamDataitem extends DefaultDataitem
| Constructor | Description |
|---|---|
TeamDataitem() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addTeamEntry(TeamEntry teamEntry) |
Adds the team entry.
|
java.lang.String |
getCategory() |
Gets the category.
|
java.lang.String |
getDescription() |
Gets the description.
|
java.lang.String |
getEnd() |
Gets the end.
|
java.lang.String |
getRecurrenceRule() |
Gets the recurrence rule.
|
java.lang.String |
getStart() |
Gets the start.
|
java.lang.String |
getSubtype() |
Gets the subtype.
|
java.util.List<TeamEntry> |
getTeams() |
Gets the teams.
|
java.lang.String |
getType() |
Gets the type.
|
void |
setCategory(java.lang.String category) |
Sets the category.
|
void |
setDescription(java.lang.String description) |
Sets the description.
|
void |
setEnd(java.lang.String end) |
Sets the end.
|
void |
setRecurrenceRule(java.lang.String recurrenceRule) |
Sets the recurrence rule.
|
void |
setStart(java.lang.String start) |
Sets the start.
|
void |
setSubtype(java.lang.String subtype) |
Sets the subtype.
|
void |
setTeamEntries(java.util.List<TeamEntry> teams) |
Sets the team entries.
|
void |
setTeams(java.util.List<TeamEntry> teams) |
Sets the teams.
|
void |
setType(java.lang.String type) |
Sets the type.
|
containsId, equals, getCreated, getId, getId, getIds, getModified, getStatus, getTempId, getTitle, getUid, getVersion, hashCode, removeId, removeId, setCreated, setId, setIds, setModified, setStatus, setTitle, setUid, setVersion, toStringpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionpublic void setTeamEntries(java.util.List<TeamEntry> teams)
teams - the new team entriespublic void addTeamEntry(TeamEntry teamEntry)
teamEntry - the team entrypublic java.lang.String getRecurrenceRule()
public void setRecurrenceRule(java.lang.String recurrenceRule)
recurrenceRule - the new recurrence rulepublic java.lang.String getType()
public void setType(java.lang.String type)
type - the new typepublic java.lang.String getSubtype()
public void setSubtype(java.lang.String subtype)
subtype - the new subtypepublic java.util.List<TeamEntry> getTeams()
public void setTeams(java.util.List<TeamEntry> teams)
teams - the new teamspublic java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - the new categorypublic java.lang.String getStart()
public void setStart(java.lang.String start)
start - the new startpublic java.lang.String getEnd()
public void setEnd(java.lang.String end)
end - the new end