Package org.hibernate.processor.xml.jaxb
Class AttributeOverride
java.lang.Object
org.hibernate.processor.xml.jaxb.AttributeOverride
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the column property.Gets the value of the description property.getName()Gets the value of the name property.voidSets the value of the column property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the name property.
-
Field Details
-
description
-
column
-
name
-
-
Constructor Details
-
AttributeOverride
public AttributeOverride()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
Column
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isColumn
-
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
-