|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.java.xml.ns.persistence.orm.Id
public class Id
| Field Summary | |
|---|---|
protected String |
access
|
protected Column |
column
|
protected GeneratedValue |
generatedValue
|
protected String |
name
|
protected SequenceGenerator |
sequenceGenerator
|
protected TableGenerator |
tableGenerator
|
protected String |
temporal
|
| Constructor Summary | |
|---|---|
Id()
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getAccess()
Gets the value of the access property. |
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. |
String |
getTemporal()
Gets the value of the temporal property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAccess(String value)
Sets the value of the access 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(String value)
Sets the value of the temporal property. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Column column
protected GeneratedValue generatedValue
protected String temporal
protected TableGenerator tableGenerator
protected SequenceGenerator sequenceGenerator
protected String name
protected String access
| Constructor Detail |
|---|
public Id()
| Method Detail |
|---|
public Column getColumn()
Columnpublic void setColumn(Column value)
value - allowed object is
Columnpublic GeneratedValue getGeneratedValue()
GeneratedValuepublic void setGeneratedValue(GeneratedValue value)
value - allowed object is
GeneratedValuepublic String getTemporal()
Stringpublic void setTemporal(String value)
value - allowed object is
Stringpublic TableGenerator getTableGenerator()
TableGeneratorpublic void setTableGenerator(TableGenerator value)
value - allowed object is
TableGeneratorpublic SequenceGenerator getSequenceGenerator()
SequenceGeneratorpublic void setSequenceGenerator(SequenceGenerator value)
value - allowed object is
SequenceGeneratorpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAccess()
Stringpublic void setAccess(String value)
value - allowed object is
String
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||