|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
public static class TriggerSpecification.SPSpec
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 |
|---|
public TriggerSpecification.SPSpec(String name,
List<StoredProcedureOption> options,
List<StoredProcedureParameter> parameters)
name - the nameoptions - the optionsparameters - the parameters| Method Detail |
|---|
public String getName()
public List<StoredProcedureOption> getOptions()
public List<StoredProcedureParameter> getParameters()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||