net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm
Class Id

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Id
All Implemented Interfaces:
Serializable, Cloneable

public class Id
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
protected  Column column
           
protected  GeneratedValue generatedValue
           
protected  String name
           
protected  SequenceGenerator sequenceGenerator
           
protected  TableGenerator tableGenerator
           
protected  TemporalType temporal
           
 
Constructor Summary
Id()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Id instance.
Id(Id o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Id instance by copying a given instance.
 
Method Summary
 Id clone()
          Creates and returns a copy of this object.
 Column getColumn()
          Gets the value of the column property.
 GeneratedValue getGeneratedValue()
          Gets the value of the generatedValue property.
 String getName()
          Gets the value of the name property.
 SequenceGenerator getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 TableGenerator getTableGenerator()
          Gets the value of the tableGenerator property.
 TemporalType getTemporal()
          Gets the value of the temporal property.
 void setColumn(Column value)
          Sets the value of the column property.
 void setGeneratedValue(GeneratedValue value)
          Sets the value of the generatedValue property.
 void setName(String value)
          Sets the value of the name property.
 void setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 void setTemporal(TemporalType value)
          Sets the value of the temporal property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected Column column

generatedValue

protected GeneratedValue generatedValue

temporal

protected TemporalType temporal

tableGenerator

protected TableGenerator tableGenerator

sequenceGenerator

protected SequenceGenerator sequenceGenerator

name

protected String name
Constructor Detail

Id

public Id()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Id instance.


Id

public Id(Id o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Id instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getColumn

public Column getColumn()
Gets the value of the column property.

Returns:
possible object is Column

setColumn

public void setColumn(Column value)
Sets the value of the column property.

Parameters:
value - allowed object is Column

getGeneratedValue

public GeneratedValue getGeneratedValue()
Gets the value of the generatedValue property.

Returns:
possible object is GeneratedValue

setGeneratedValue

public void setGeneratedValue(GeneratedValue value)
Sets the value of the generatedValue property.

Parameters:
value - allowed object is GeneratedValue

getTemporal

public TemporalType getTemporal()
Gets the value of the temporal property.

Returns:
possible object is TemporalType

setTemporal

public void setTemporal(TemporalType value)
Sets the value of the temporal property.

Parameters:
value - allowed object is TemporalType

getTableGenerator

public TableGenerator getTableGenerator()
Gets the value of the tableGenerator property.

Returns:
possible object is TableGenerator

setTableGenerator

public void setTableGenerator(TableGenerator value)
Sets the value of the tableGenerator property.

Parameters:
value - allowed object is TableGenerator

getSequenceGenerator

public SequenceGenerator getSequenceGenerator()
Gets the value of the sequenceGenerator property.

Returns:
possible object is SequenceGenerator

setSequenceGenerator

public void setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property.

Parameters:
value - allowed object is SequenceGenerator

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

clone

public Id clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.