net.officefloor.eclipse.wizard.governancesource
Class GovernanceInstance

java.lang.Object
  extended by net.officefloor.eclipse.wizard.governancesource.GovernanceInstance

public class GovernanceInstance
extends Object

Instance of a Governance.

Author:
Daniel Sagenschneider

Constructor Summary
GovernanceInstance(String governanceName, String governanceSourceClassName)
          Initiate for public use.
 
Method Summary
 String getGovernanceName()
          Obtains the name of the Governance.
 String getGovernanceSourceClassName()
          Obtains the GovernanceSource class name.
 GovernanceType<?,?> getGovernanceType()
          Obtains the GovernanceType.
 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

GovernanceInstance

public GovernanceInstance(String governanceName,
                          String governanceSourceClassName)
Initiate for public use.

Parameters:
governanceName - Name of the Governance.
governanceSourceClassName - GovernanceSource class name.
Method Detail

getGovernanceName

public String getGovernanceName()
Obtains the name of the Governance.

Returns:
Name of the Governance.

getGovernanceSourceClassName

public String getGovernanceSourceClassName()
Obtains the GovernanceSource class name.

Returns:
GovernanceSource class name.

getPropertyList

public PropertyList getPropertyList()
Obtains the PropertyList.

Returns:
PropertyList.

getGovernanceType

public GovernanceType<?,?> getGovernanceType()
Obtains the GovernanceType.

Returns:
GovernanceType if obtained from GovernanceSourceInstance or null if initiated by public constructor.


Copyright © 2005-2013. All Rights Reserved.