net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
Class IdImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.IdImpl
All Implemented Interfaces:
Serializable, Cloneable, Id

public class IdImpl
extends Object
implements Serializable, Cloneable, Id

See Also:
Serialized Form

Field Summary
protected  ColumnImpl column
           
protected  GeneratedValueImpl generatedValue
           
protected  String name
           
protected  SequenceGeneratorImpl sequenceGenerator
           
protected  TableGeneratorImpl tableGenerator
           
protected  TemporalType temporal
           
 
Constructor Summary
IdImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.IdImpl instance.
IdImpl(IdImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.IdImpl instance by copying a given instance.
 
Method Summary
 IdImpl 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 ColumnImpl column

generatedValue

protected GeneratedValueImpl generatedValue

temporal

protected TemporalType temporal

tableGenerator

protected TableGeneratorImpl tableGenerator

sequenceGenerator

protected SequenceGeneratorImpl sequenceGenerator

name

protected String name
Constructor Detail

IdImpl

public IdImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.IdImpl instance.


IdImpl

public IdImpl(IdImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.IdImpl instance by copying a given instance.

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

getColumn

public Column getColumn()
Description copied from interface: Id
Gets the value of the column property.

Specified by:
getColumn in interface Id
Returns:
possible object is Column

setColumn

public void setColumn(Column value)
Description copied from interface: Id
Sets the value of the column property.

Specified by:
setColumn in interface Id
Parameters:
value - allowed object is Column

getGeneratedValue

public GeneratedValue getGeneratedValue()
Description copied from interface: Id
Gets the value of the generatedValue property.

Specified by:
getGeneratedValue in interface Id
Returns:
possible object is GeneratedValue

setGeneratedValue

public void setGeneratedValue(GeneratedValue value)
Description copied from interface: Id
Sets the value of the generatedValue property.

Specified by:
setGeneratedValue in interface Id
Parameters:
value - allowed object is GeneratedValue

getTemporal

public TemporalType getTemporal()
Description copied from interface: Id
Gets the value of the temporal property.

Specified by:
getTemporal in interface Id
Returns:
possible object is TemporalType

setTemporal

public void setTemporal(TemporalType value)
Description copied from interface: Id
Sets the value of the temporal property.

Specified by:
setTemporal in interface Id
Parameters:
value - allowed object is TemporalType

getTableGenerator

public TableGenerator getTableGenerator()
Description copied from interface: Id
Gets the value of the tableGenerator property.

Specified by:
getTableGenerator in interface Id
Returns:
possible object is TableGenerator

setTableGenerator

public void setTableGenerator(TableGenerator value)
Description copied from interface: Id
Sets the value of the tableGenerator property.

Specified by:
setTableGenerator in interface Id
Parameters:
value - allowed object is TableGenerator

getSequenceGenerator

public SequenceGenerator getSequenceGenerator()
Description copied from interface: Id
Gets the value of the sequenceGenerator property.

Specified by:
getSequenceGenerator in interface Id
Returns:
possible object is SequenceGenerator

setSequenceGenerator

public void setSequenceGenerator(SequenceGenerator value)
Description copied from interface: Id
Sets the value of the sequenceGenerator property.

Specified by:
setSequenceGenerator in interface Id
Parameters:
value - allowed object is SequenceGenerator

getName

public String getName()
Description copied from interface: Id
Gets the value of the name property.

Specified by:
getName in interface Id
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Id
Sets the value of the name property.

Specified by:
setName in interface Id
Parameters:
value - allowed object is String

clone

public IdImpl 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.