Class PrimaryKeyJoinColumn
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
-
public class PrimaryKeyJoinColumn extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcolumnDefinitionprotected java.lang.Stringnameprotected java.lang.StringreferencedColumnName
-
Constructor Summary
Constructors Constructor Description PrimaryKeyJoinColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColumnDefinition()Gets the value of the columnDefinition property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetReferencedColumnName()Gets the value of the referencedColumnName property.voidsetColumnDefinition(java.lang.String value)Sets the value of the columnDefinition property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetReferencedColumnName(java.lang.String value)Sets the value of the referencedColumnName property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getReferencedColumnName
public java.lang.String getReferencedColumnName()
Gets the value of the referencedColumnName property.- Returns:
- possible object is
String
-
setReferencedColumnName
public void setReferencedColumnName(java.lang.String value)
Sets the value of the referencedColumnName property.- Parameters:
value- allowed object isString
-
getColumnDefinition
public java.lang.String getColumnDefinition()
Gets the value of the columnDefinition property.- Returns:
- possible object is
String
-
setColumnDefinition
public void setColumnDefinition(java.lang.String value)
Sets the value of the columnDefinition property.- Parameters:
value- allowed object isString
-
-