public class JaxbId extends Object implements Serializable, PersistentAttribute
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected JaxbColumn |
column |
protected JaxbGeneratedValue |
generatedValue |
protected String |
name |
protected JaxbSequenceGenerator |
sequenceGenerator |
protected JaxbTableGenerator |
tableGenerator |
protected TemporalType |
temporal |
| Constructor and Description |
|---|
JaxbId() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
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.
|
TemporalType |
getTemporal()
Gets the value of the temporal property.
|
void |
setAccess(AccessType 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(TemporalType value)
Sets the value of the temporal property.
|
protected JaxbColumn column
protected JaxbGeneratedValue generatedValue
protected TemporalType temporal
protected JaxbTableGenerator tableGenerator
protected JaxbSequenceGenerator sequenceGenerator
protected String name
protected AccessType access
public JaxbColumn getColumn()
JaxbColumnpublic void setColumn(JaxbColumn value)
value - allowed object is
JaxbColumnpublic JaxbGeneratedValue getGeneratedValue()
JaxbGeneratedValuepublic void setGeneratedValue(JaxbGeneratedValue value)
value - allowed object is
JaxbGeneratedValuepublic TemporalType getTemporal()
Stringpublic void setTemporal(TemporalType value)
value - allowed object is
Stringpublic JaxbTableGenerator getTableGenerator()
JaxbTableGeneratorpublic void setTableGenerator(JaxbTableGenerator value)
value - allowed object is
JaxbTableGeneratorpublic JaxbSequenceGenerator getSequenceGenerator()
JaxbSequenceGeneratorpublic void setSequenceGenerator(JaxbSequenceGenerator value)
value - allowed object is
JaxbSequenceGeneratorpublic String getName()
getName in interface PersistentAttributeStringpublic void setName(String value)
value - allowed object is
Stringpublic AccessType getAccess()
getAccess in interface PersistentAttributeStringpublic void setAccess(AccessType value)
setAccess in interface PersistentAttributevalue - allowed object is
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.