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