Class ColumnResult

java.lang.Object
org.hibernate.processor.xml.jaxb.ColumnResult

public class ColumnResult extends Object
  • Field Details

    • name

      protected String name
    • clazz

      protected String clazz
  • Constructor Details

    • ColumnResult

      public ColumnResult()
  • 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