|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.IDGeneratorParameter
public class IDGeneratorParameter
This class holds the parameters that needs to be passed to the Hibernate ID Generator and is used during the creation of the Hibernate mappings.
Constructor Summary | |
---|---|
IDGeneratorParameter(String name,
String value)
The constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getName()
Returns the name of the parameter. |
String |
getValue()
Returns the value of the parameter. |
void |
setName(String name)
Sets the name of the parameter. |
void |
setValue(String value)
Sets the value of the parameter. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IDGeneratorParameter(String name, String value)
name
- The name of the parametervalue
- The value of the parameterMethod Detail |
---|
public String getName()
public String getValue()
public void setName(String name)
name
- The Namepublic void setValue(String value)
value
- The valuepublic boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |