Package org.hibernate.processor.xml.jaxb
Class AttributeOverride
- java.lang.Object
- org.hibernate.processor.xml.jaxb.AttributeOverride
public classAttributeOverrideextendsObject
Constructor Summary
Constructors Constructor Description AttributeOverride()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumngetColumn()Gets the value of the column property.StringgetDescription()Gets the value of the description property.StringgetName()Gets the value of the name property.voidsetColumn(Column value)Sets the value of the column property.voidsetDescription(String value)Sets the value of the description property.voidsetName(String value)Sets the value of the name property.
Method Detail
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
getColumn
public Column getColumn()
Gets the value of the column property.- Returns:
- possible object is
Column
setColumn
public void setColumn(Column value)
Sets the value of the column property.- Parameters:
value- allowed object isColumn