Package org.hibernate.processor.xml.jaxb
Class FieldResult
java.lang.Object
org.hibernate.processor.xml.jaxb.FieldResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
column
-
-
Constructor Details
-
FieldResult
public FieldResult()
-
-
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
-