|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
public class JaxbPrimaryKeyJoinColumn
| Field Summary | |
|---|---|
protected String |
columnDefinition
|
protected String |
name
|
protected String |
referencedColumnName
|
| Constructor Summary | |
|---|---|
JaxbPrimaryKeyJoinColumn()
|
|
| Method Summary | |
|---|---|
String |
getColumnDefinition()
Gets the value of the columnDefinition property. |
String |
getName()
Gets the value of the name property. |
String |
getReferencedColumnName()
Gets the value of the referencedColumnName property. |
void |
setColumnDefinition(String value)
Sets the value of the columnDefinition property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setReferencedColumnName(String value)
Sets the value of the referencedColumnName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String referencedColumnName
protected String columnDefinition
| Constructor Detail |
|---|
public JaxbPrimaryKeyJoinColumn()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getReferencedColumnName()
Stringpublic void setReferencedColumnName(String value)
value - allowed object is
Stringpublic String getColumnDefinition()
Stringpublic void setColumnDefinition(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||