Class JaxbIndexImpl

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

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

    • description

      protected String description
    • name

      protected String name
    • columnList

      protected String columnList
    • unique

      protected Boolean unique
    • options

      protected String options
  • Constructor Details

    • JaxbIndexImpl

      public JaxbIndexImpl()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • 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
    • getColumnList

      public String getColumnList()
      Gets the value of the columnList property.
      Returns:
      possible object is String
    • setColumnList

      public void setColumnList(String value)
      Sets the value of the columnList property.
      Parameters:
      value - allowed object is String
    • isUnique

      public Boolean isUnique()
      Gets the value of the unique property.
      Returns:
      possible object is Boolean
    • setUnique

      public void setUnique(Boolean value)
      Sets the value of the unique property.
      Parameters:
      value - allowed object is Boolean
    • getOptions

      public String getOptions()
      Gets the value of the options property.
      Returns:
      possible object is String
    • setOptions

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