Package org.hibernate.processor.xml.jaxb
Class PrimaryKeyJoinColumn
java.lang.Object
org.hibernate.processor.xml.jaxb.PrimaryKeyJoinColumn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnDefinition property.getName()Gets the value of the name property.Gets the value of the referencedColumnName property.voidsetColumnDefinition(String value) Sets the value of the columnDefinition property.voidSets the value of the name property.voidsetReferencedColumnName(String value) Sets the value of the referencedColumnName property.
-
Field Details
-
name
-
referencedColumnName
-
columnDefinition
-
-
Constructor Details
-
PrimaryKeyJoinColumn
public PrimaryKeyJoinColumn()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getReferencedColumnName
Gets the value of the referencedColumnName property.- Returns:
- possible object is
String
-
setReferencedColumnName
Sets the value of the referencedColumnName property.- Parameters:
value- allowed object isString
-
getColumnDefinition
Gets the value of the columnDefinition property.- Returns:
- possible object is
String
-
setColumnDefinition
Sets the value of the columnDefinition property.- Parameters:
value- allowed object isString
-