org.apache.directory.shared.ldap.trigger
Class TriggerSpecification.SPSpec

java.lang.Object
  extended by org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
Enclosing class:
TriggerSpecification

public static class TriggerSpecification.SPSpec
extends Object

The stored procedure spec bean.


Constructor Summary
TriggerSpecification.SPSpec(String name, List<StoredProcedureOption> options, List<StoredProcedureParameter> parameters)
          Instantiates a new stored procedure spec.
 
Method Summary
 boolean equals(Object obj)
          
 String getName()
          Gets the name.
 List<StoredProcedureOption> getOptions()
          Gets the options.
 List<StoredProcedureParameter> getParameters()
          Gets the parameters.
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerSpecification.SPSpec

public TriggerSpecification.SPSpec(String name,
                                   List<StoredProcedureOption> options,
                                   List<StoredProcedureParameter> parameters)
Instantiates a new stored procedure spec.

Parameters:
name - the name
options - the options
parameters - 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

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.