Class ProcedureImpl
- java.lang.Object
- 
- net.officefloor.activity.impl.procedure.ProcedureImpl
 
- 
- 
Constructor SummaryConstructors Constructor Description ProcedureImpl(java.lang.String procedureName, java.lang.String serviceName, ProcedureProperty[] properties)Instantiate.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProcedureName()Obtains the name of theProcedure.ProcedureProperty[]getProperties()Obtains the specification of properties for theProcedure.java.lang.StringgetServiceName()Obtains the name of theProcedureSource.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.officefloor.activity.procedure.ProcedureisProcedure
 
- 
 
- 
- 
- 
Constructor Detail- 
ProcedureImplpublic ProcedureImpl(java.lang.String procedureName, java.lang.String serviceName, ProcedureProperty[] properties)Instantiate.- Parameters:
- procedureName- Procedure name.
- serviceName-- ProcedureSourcename.
- properties-- ProcedurePropertyinstances.
 
 
- 
 - 
Method Detail- 
getProcedureNamepublic java.lang.String getProcedureName() Description copied from interface:ProcedureObtains the name of theProcedure.- Specified by:
- getProcedureNamein interface- Procedure
- Returns:
- Name of the Procedure. May benullto indicate manually selected.
 
 - 
getServiceNamepublic java.lang.String getServiceName() Description copied from interface:ProcedureObtains the name of theProcedureSource.- Specified by:
- getServiceNamein interface- Procedure
- Returns:
- Name of the ProcedureSource.
 
 - 
getPropertiespublic ProcedureProperty[] getProperties() Description copied from interface:ProcedureObtains the specification of properties for theProcedure.- Specified by:
- getPropertiesin interface- Procedure
- Returns:
- Property specification.
 
 
- 
 
-