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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnDefinition property.Gets the value of the discriminatorType property.Gets the value of the length property.getName()
Gets the value of the name property.Gets the value of the options property.boolean
Gets the value of the forceSelection property.void
setColumnDefinition
(String value) Sets the value of the columnDefinition property.void
Sets the value of the discriminatorType property.void
setForceSelection
(Boolean value) Sets the value of the forceSelection property.void
Sets the value of the length property.void
Sets the value of the name property.void
setOptions
(String value) Sets the value of the options property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnCommon
getCheckConstraints, getComment, getTable, isInsertable, isNullable, isUnique, isUpdatable
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnSizable
getPrecision, getScale, getSecondPrecision
-
Field Details
-
name
-
discriminatorType
-
forceSelection
-
columnDefinition
-
options
-
length
-
-
Constructor Details
-
JaxbDiscriminatorColumnImpl
public JaxbDiscriminatorColumnImpl()
-
-
Method Details
-
getName
Gets the value of the name property.- Specified by:
getName
in interfaceJaxbColumn
- Returns:
- possible object is
String
-
setName
Sets the value of the name 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
-
getColumnDefinition
Gets the value of the columnDefinition property.- Specified by:
getColumnDefinition
in interfaceJaxbColumnDefinable
- Returns:
- possible object is
String
-
setColumnDefinition
Sets the value of the columnDefinition property.- Parameters:
value
- allowed object isString
-
getOptions
Gets the value of the options property.- Specified by:
getOptions
in interfaceJaxbColumnDefinable
- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isString
-
getLength
Gets the value of the length property.- Specified by:
getLength
in interfaceJaxbColumnSizable
- Returns:
- possible object is
Integer
-
setLength
Sets the value of the length property.- Parameters:
value
- allowed object isInteger
-