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.booleanGets the value of the forceSelection property.voidsetColumnDefinition(String value) Sets the value of the columnDefinition property.voidSets the value of the discriminatorType property.voidsetForceSelection(Boolean value) Sets the value of the forceSelection property.voidSets the value of the length property.voidSets the value of the name property.voidsetOptions(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, waitMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnCommon
getCheckConstraints, getComment, getTable, isInsertable, isNullable, isUnique, isUpdatableMethods 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:
getNamein 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:
getColumnDefinitionin 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:
getOptionsin 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:
getLengthin interfaceJaxbColumnSizable- Returns:
- possible object is
Integer
-
setLength
Sets the value of the length property.- Parameters:
value- allowed object isInteger
-