Class ColumnResult
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
-
public class ColumnResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ColumnResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClazz()
Gets the value of the clazz property.String
getName()
Gets the value of the name property.void
setClazz(String value)
Sets the value of the clazz 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
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
-