|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.wizard.teamsource.TeamInstance
public class TeamInstance
Instance of a Team.
| Constructor Summary | |
|---|---|
TeamInstance(String teamName,
String teamSourceClassName)
Initiate for public use. |
|
| Method Summary | |
|---|---|
PropertyList |
getPropertylist()
Obtains the PropertyList. |
String |
getTeamName()
Obtains the name of the Team. |
String |
getTeamSourceClassName()
Obtains the TeamSource class name. |
TeamType |
getTeamType()
Obtains the TeamType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TeamInstance(String teamName,
String teamSourceClassName)
teamName - Name of the Team.teamSourceClassName - TeamSource class name.| Method Detail |
|---|
public String getTeamName()
Team.
Team.public String getTeamSourceClassName()
TeamSource class name.
TeamSource class name.public PropertyList getPropertylist()
PropertyList.
PropertyList.public TeamType getTeamType()
TeamType.
TeamType if obtained from TeamSourceInstance or
null if initiated by public
constructor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||