|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.orm.JaxbId
public class JaxbId
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 |
---|
protected JaxbColumn column
protected JaxbGeneratedValue generatedValue
protected JaxbTemporalType temporal
protected JaxbTableGenerator tableGenerator
protected JaxbSequenceGenerator sequenceGenerator
protected String name
protected JaxbAccessType access
Constructor Detail |
---|
public JaxbId()
Method Detail |
---|
public JaxbColumn getColumn()
JaxbColumn
public void setColumn(JaxbColumn value)
value
- allowed object is
JaxbColumn
public JaxbGeneratedValue getGeneratedValue()
JaxbGeneratedValue
public void setGeneratedValue(JaxbGeneratedValue value)
value
- allowed object is
JaxbGeneratedValue
public JaxbTemporalType getTemporal()
JaxbTemporalType
public void setTemporal(JaxbTemporalType value)
value
- allowed object is
JaxbTemporalType
public JaxbTableGenerator getTableGenerator()
JaxbTableGenerator
public void setTableGenerator(JaxbTableGenerator value)
value
- allowed object is
JaxbTableGenerator
public JaxbSequenceGenerator getSequenceGenerator()
JaxbSequenceGenerator
public void setSequenceGenerator(JaxbSequenceGenerator value)
value
- allowed object is
JaxbSequenceGenerator
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public JaxbAccessType getAccess()
JaxbAccessType
public void setAccess(JaxbAccessType value)
value
- allowed object is
JaxbAccessType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |