biz.c24.io.api.data
Class IDGeneratorParameter

java.lang.Object
  extended by biz.c24.io.api.data.IDGeneratorParameter

public class IDGeneratorParameter
extends Object

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

IDGeneratorParameter

public IDGeneratorParameter(String name,
                            String value)
The constructor.

Parameters:
name - The name of the parameter
value - The value of the parameter
Method Detail

getName

public String getName()
Returns the name of the parameter.

Returns:
the Name

getValue

public String getValue()
Returns the value of the parameter.

Returns:
the Value

setName

public void setName(String name)
Sets the name of the parameter.

Parameters:
name - The Name

setValue

public void setValue(String value)
Sets the value of the parameter.

Parameters:
value - The value

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


C24 Technologies © 2002-2012: All Rights Reserved.