Class JaxbDiscriminatorFormulaImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorFormulaImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the discriminatorType property.Gets the value of the fragment property.boolean
Gets the value of the forceSelection property.void
Sets the value of the discriminatorType property.void
setForceSelection
(Boolean value) Sets the value of the forceSelection property.void
setFragment
(String value) Sets the value of the fragment property.
-
Field Details
-
fragment
-
discriminatorType
-
forceSelection
-
-
Constructor Details
-
JaxbDiscriminatorFormulaImpl
public JaxbDiscriminatorFormulaImpl()
-
-
Method Details
-
getFragment
Gets the value of the fragment property.- Returns:
- possible object is
String
-
setFragment
Sets the value of the fragment property.- Parameters:
value
- allowed object isString
-
getDiscriminatorType
Gets the value of the discriminatorType property.- Returns:
- possible object is
String
-
setDiscriminatorType
Sets the value of the discriminatorType property.- Parameters:
value
- allowed object isString
-
isForceSelection
public boolean isForceSelection()Gets the value of the forceSelection property.- Returns:
- possible object is
Boolean
-
setForceSelection
Sets the value of the forceSelection property.- Parameters:
value
- allowed object isBoolean
-