Class JaxbDiscriminatorColumnImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumnImpl
All Implemented Interfaces:
Serializable, JaxbCheckable, JaxbColumn, JaxbColumnCommon, JaxbColumnDefinable, JaxbColumnMutable, JaxbColumnNullable, JaxbColumnSizable, JaxbColumnUniqueable, JaxbCommentable, JaxbDatabaseObject

public class JaxbDiscriminatorColumnImpl extends Object implements Serializable, JaxbColumnCommon, JaxbColumnSizable
See Also:
  • Field Details

    • name

      protected String name
    • discriminatorType

      protected DiscriminatorType discriminatorType
    • forceSelection

      protected Boolean forceSelection
    • columnDefinition

      protected String columnDefinition
    • options

      protected String options
    • length

      protected Integer length
  • Constructor Details

    • JaxbDiscriminatorColumnImpl

      public JaxbDiscriminatorColumnImpl()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Specified by:
      getName in interface JaxbColumn
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDiscriminatorType

      public DiscriminatorType getDiscriminatorType()
      Gets the value of the discriminatorType property.
      Returns:
      possible object is String
    • setDiscriminatorType

      public void setDiscriminatorType(DiscriminatorType value)
      Sets the value of the discriminatorType property.
      Parameters:
      value - allowed object is String
    • isForceSelection

      public boolean isForceSelection()
      Gets the value of the forceSelection property.
      Returns:
      possible object is Boolean
    • setForceSelection

      public void setForceSelection(Boolean value)
      Sets the value of the forceSelection property.
      Parameters:
      value - allowed object is Boolean
    • getColumnDefinition

      public String getColumnDefinition()
      Gets the value of the columnDefinition property.
      Specified by:
      getColumnDefinition in interface JaxbColumnDefinable
      Returns:
      possible object is String
    • setColumnDefinition

      public void setColumnDefinition(String value)
      Sets the value of the columnDefinition property.
      Parameters:
      value - allowed object is String
    • getOptions

      public String getOptions()
      Gets the value of the options property.
      Specified by:
      getOptions in interface JaxbColumnDefinable
      Returns:
      possible object is String
    • setOptions

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

      public Integer getLength()
      Gets the value of the length property.
      Specified by:
      getLength in interface JaxbColumnSizable
      Returns:
      possible object is Integer
    • setLength

      public void setLength(Integer value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is Integer