org.hibernate.internal.jaxb.mapping.orm
Class JaxbId

java.lang.Object
  extended by org.hibernate.internal.jaxb.mapping.orm.JaxbId

public class JaxbId
extends Object


Field Summary
protected  JaxbAccessType access
           
protected  JaxbColumn column
           
protected  JaxbGeneratedValue generatedValue
           
protected  String name
           
protected  JaxbSequenceGenerator sequenceGenerator
           
protected  JaxbTableGenerator tableGenerator
           
protected  JaxbTemporalType temporal
           
 
Constructor Summary
JaxbId()
           
 
Method Summary
 JaxbAccessType getAccess()
          Gets the value of the access property.
 JaxbColumn getColumn()
          Gets the value of the column property.
 JaxbGeneratedValue getGeneratedValue()
          Gets the value of the generatedValue property.
 String getName()
          Gets the value of the name property.
 JaxbSequenceGenerator getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 JaxbTableGenerator getTableGenerator()
          Gets the value of the tableGenerator property.
 JaxbTemporalType getTemporal()
          Gets the value of the temporal property.
 void setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void setColumn(JaxbColumn value)
          Sets the value of the column property.
 void setGeneratedValue(JaxbGeneratedValue value)
          Sets the value of the generatedValue property.
 void setName(String value)
          Sets the value of the name property.
 void setSequenceGenerator(JaxbSequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void setTableGenerator(JaxbTableGenerator value)
          Sets the value of the tableGenerator property.
 void setTemporal(JaxbTemporalType value)
          Sets the value of the temporal property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected JaxbColumn column

generatedValue

protected JaxbGeneratedValue generatedValue

temporal

protected JaxbTemporalType temporal

tableGenerator

protected JaxbTableGenerator tableGenerator

sequenceGenerator

protected JaxbSequenceGenerator sequenceGenerator

name

protected String name

access

protected JaxbAccessType access
Constructor Detail

JaxbId

public JaxbId()
Method Detail

getColumn

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

Returns:
possible object is JaxbColumn

setColumn

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

Parameters:
value - allowed object is JaxbColumn

getGeneratedValue

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

Returns:
possible object is JaxbGeneratedValue

setGeneratedValue

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

Parameters:
value - allowed object is JaxbGeneratedValue

getTemporal

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

Returns:
possible object is JaxbTemporalType

setTemporal

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

Parameters:
value - allowed object is JaxbTemporalType

getTableGenerator

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

Returns:
possible object is JaxbTableGenerator

setTableGenerator

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

Parameters:
value - allowed object is JaxbTableGenerator

getSequenceGenerator

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

Returns:
possible object is JaxbSequenceGenerator

setSequenceGenerator

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

Parameters:
value - allowed object is JaxbSequenceGenerator

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

getAccess

public JaxbAccessType getAccess()
Gets the value of the access property.

Returns:
possible object is JaxbAccessType

setAccess

public void setAccess(JaxbAccessType value)
Sets the value of the access property.

Parameters:
value - allowed object is JaxbAccessType


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.