Package org.hibernate.processor.xml.jaxb
Class FieldResult
- java.lang.Object
-
- org.hibernate.processor.xml.jaxb.FieldResult
-
public class FieldResult extends Object
-
-
Constructor Summary
Constructors Constructor Description FieldResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumn()
Gets the value of the column property.String
getName()
Gets the value of the name property.void
setColumn(String value)
Sets the value of the column property.void
setName(String value)
Sets the value of the name property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getColumn
public String getColumn()
Gets the value of the column property.- Returns:
- possible object is
String
-
-