Class JaxbAttributeOverrideImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverrideImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
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.void
setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the name property.
-
Field Details
-
description
-
column
-
name
-
-
Constructor Details
-
JaxbAttributeOverrideImpl
public JaxbAttributeOverrideImpl()
-
-
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
JaxbColumnImpl
-
setColumn
Sets the value of the column property.- Parameters:
value
- allowed object isJaxbColumnImpl
-
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
-