net.officefloor.eclipse.wizard.teamsource
Class TeamInstance

java.lang.Object
  extended by net.officefloor.eclipse.wizard.teamsource.TeamInstance

public class TeamInstance
extends Object

Instance of a Team.

Author:
Daniel Sagenschneider

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

TeamInstance

public TeamInstance(String teamName,
                    String teamSourceClassName)
Initiate for public use.

Parameters:
teamName - Name of the Team.
teamSourceClassName - TeamSource class name.
Method Detail

getTeamName

public String getTeamName()
Obtains the name of the Team.

Returns:
Name of the Team.

getTeamSourceClassName

public String getTeamSourceClassName()
Obtains the TeamSource class name.

Returns:
TeamSource class name.

getPropertylist

public PropertyList getPropertylist()
Obtains the PropertyList.

Returns:
PropertyList.

getTeamType

public TeamType getTeamType()
Obtains the TeamType.

Returns:
TeamType if obtained from TeamSourceInstance or null if initiated by public constructor.


Copyright © 2005-2013. All Rights Reserved.