Class JaxbFieldResultImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResultImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
column
-
-
Constructor Details
-
JaxbFieldResultImpl
public JaxbFieldResultImpl()
-
-
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
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
String
-
setColumn
Sets the value of the column property.- Parameters:
value
- allowed object isString
-