Class JaxbColumnResultImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResultImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
clazz
-
-
Constructor Details
-
JaxbColumnResultImpl
public JaxbColumnResultImpl()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-