Class JaxbColumnResult
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbColumnResult extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxbColumnResult()
-
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
-
-