Class JaxbColumnResultImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResultImpl
All Implemented Interfaces:
Serializable

public class JaxbColumnResultImpl extends Object implements Serializable
See Also:
  • Field Details

    • name

      protected String name
    • clazz

      protected String clazz
  • Constructor Details

    • JaxbColumnResultImpl

      public JaxbColumnResultImpl()
  • Method Details

    • 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 is String
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String