Class TriggerSpecification.SPSpec
- java.lang.Object
-
- org.apache.directory.api.ldap.trigger.TriggerSpecification.SPSpec
-
- Enclosing class:
- TriggerSpecification
public static class TriggerSpecification.SPSpec extends Object
The stored procedure spec bean.
-
-
Constructor Summary
Constructors Constructor Description SPSpec(String name, List<StoredProcedureOption> options, List<StoredProcedureParameter> parameters)Instantiates a new stored procedure spec.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()Gets the name.List<StoredProcedureOption>getOptions()Gets the options.List<StoredProcedureParameter>getParameters()Gets the parameters.inthashCode()
-
-
-
Constructor Detail
-
SPSpec
public SPSpec(String name, List<StoredProcedureOption> options, List<StoredProcedureParameter> parameters)
Instantiates a new stored procedure spec.- Parameters:
name- the nameoptions- the optionsparameters- the parameters
-
-
Method Detail
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
getOptions
public List<StoredProcedureOption> getOptions()
Gets the options.- Returns:
- the options
-
getParameters
public List<StoredProcedureParameter> getParameters()
Gets the parameters.- Returns:
- the parameters
-
-