net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm
Interface Id

All Known Implementing Classes:
IdImpl

public interface Id


Method Summary
 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.
 

Method Detail

getColumn

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

Returns:
possible object is Column

setColumn

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

Parameters:
value - allowed object is Column

getGeneratedValue

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

Returns:
possible object is GeneratedValue

setGeneratedValue

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

Parameters:
value - allowed object is GeneratedValue

getTemporal

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

Returns:
possible object is TemporalType

setTemporal

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

Parameters:
value - allowed object is TemporalType

getTableGenerator

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

Returns:
possible object is TableGenerator

setTableGenerator

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

Parameters:
value - allowed object is TableGenerator

getSequenceGenerator

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

Returns:
possible object is SequenceGenerator

setSequenceGenerator

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

Parameters:
value - allowed object is SequenceGenerator

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String


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