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 StringgetColumn()Gets the value of the column property.StringgetName()Gets the value of the name property.voidsetColumn(String value)Sets the value of the column property.voidsetName(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
-
-