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.String
columnDefinition
protected java.lang.String
name
protected java.lang.String
referencedColumnName
-
Constructor Summary
Constructors Constructor Description PrimaryKeyJoinColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getColumnDefinition()
Gets the value of the columnDefinition property.java.lang.String
getName()
Gets the value of the name property.java.lang.String
getReferencedColumnName()
Gets the value of the referencedColumnName property.void
setColumnDefinition(java.lang.String value)
Sets the value of the columnDefinition property.void
setName(java.lang.String value)
Sets the value of the name property.void
setReferencedColumnName(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
-
-