Class JaxbDiscriminatorFormulaImpl

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

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

    • fragment

      protected String fragment
    • discriminatorType

      protected DiscriminatorType discriminatorType
    • forceSelection

      protected Boolean forceSelection
  • Constructor Details

    • JaxbDiscriminatorFormulaImpl

      public JaxbDiscriminatorFormulaImpl()
  • Method Details

    • getFragment

      public String getFragment()
      Gets the value of the fragment property.
      Returns:
      possible object is String
    • setFragment

      public void setFragment(String value)
      Sets the value of the fragment 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