|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.Team
public final class Team
Contains information about Teams for API users.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.danube.scrumworks.util.HasName |
|---|
com.danube.scrumworks.util.HasName.CompareIgnoreCase |
| Field Summary | |
|---|---|
static com.google.common.base.Function<? super com.danube.scrumworks.team.TeamTO,? extends Team> |
FROM_TO
Converts team transfer objects to web service objects. |
| Fields inherited from interface com.danube.scrumworks.util.HasName |
|---|
COMPARATOR, NAME_MAPPING |
| Constructor Summary | |
|---|---|
Team()
Constructs a new Team. |
|
Team(java.lang.Long id,
java.lang.String name,
java.lang.String type)
Constructs a new Team. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getType()
Gets the teamType. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setType(java.lang.String type)
Sets the teamType. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final com.google.common.base.Function<? super com.danube.scrumworks.team.TeamTO,? extends Team> FROM_TO
| Constructor Detail |
|---|
public Team()
Team.
public Team(java.lang.Long id,
java.lang.String name,
java.lang.String type)
Team.
id - the idname - the nametype - the teamType| Method Detail |
|---|
public java.lang.Long getId()
getId in interface com.danube.scrumworks.util.HasIdpublic void setId(java.lang.Long id)
id - the new idpublic java.lang.String getName()
getName in interface com.danube.scrumworks.util.HasNamepublic void setName(java.lang.String name)
name - the new namepublic java.lang.String getType()
public void setType(java.lang.String type)
the - type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||