net.officefloor.eclipse.wizard.administratorsource
Class AdministratorInstance

java.lang.Object
  extended by net.officefloor.eclipse.wizard.administratorsource.AdministratorInstance

public class AdministratorInstance
extends Object

Instance of a Administrator.

Author:
Daniel Sagenschneider

Constructor Summary
AdministratorInstance(String administratorName, String administratorSourceClassName, AdministratorScope administratorScope)
          Initiate for public use.
 
Method Summary
 String getAdministratorName()
          Obtains the name of the Administrator.
 AdministratorScope getAdministratorScope()
          Obtains the AdministratorScope.
 String getAdministratorSourceClassName()
          Obtains the AdministratorSource class name.
 AdministratorType<?,?> getAdministratorType()
          Obtains the AdministratorType.
 PropertyList getPropertylist()
          Obtains the PropertyList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministratorInstance

public AdministratorInstance(String administratorName,
                             String administratorSourceClassName,
                             AdministratorScope administratorScope)
Initiate for public use.

Parameters:
administratorName - Name of the Administrator.
administratorSourceClassName - AdministratorSource class name.
administratorScope - AdministratorScope.
Method Detail

getAdministratorName

public String getAdministratorName()
Obtains the name of the Administrator.

Returns:
Name of the Administrator.

getAdministratorSourceClassName

public String getAdministratorSourceClassName()
Obtains the AdministratorSource class name.

Returns:
AdministratorSource class name.

getPropertylist

public PropertyList getPropertylist()
Obtains the PropertyList.

Returns:
PropertyList.

getAdministratorScope

public AdministratorScope getAdministratorScope()
Obtains the AdministratorScope.

Returns:
AdministratorScope.

getAdministratorType

public AdministratorType<?,?> getAdministratorType()
Obtains the AdministratorType.

Returns:
AdministratorType if obtained from AdministratorSourceInstance or null if initiated by public constructor.


Copyright © 2005-2013. All Rights Reserved.