Class JaxbMapKeyColumnImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumnImpl
- All Implemented Interfaces:
Serializable
,JaxbCheckable
,JaxbColumn
,JaxbColumnCommon
,JaxbColumnDefinable
,JaxbColumnMutable
,JaxbColumnNullable
,JaxbColumnSizable
,JaxbColumnUniqueable
,JaxbCommentable
,JaxbDatabaseObject
public class JaxbMapKeyColumnImpl
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 length property.getName()
Gets the value of the name property.Gets the value of the options property.Gets the value of the precision property.getScale()
Gets the value of the scale property.getTable()
Gets the value of the table property.Gets the value of the insertable property.Gets the value of the nullable property.isUnique()
Gets the value of the unique property.Gets the value of the updatable property.void
setColumnDefinition
(String value) Sets the value of the columnDefinition property.void
setInsertable
(Boolean value) Sets the value of the insertable property.void
Sets the value of the length property.void
Sets the value of the name property.void
setNullable
(Boolean value) Sets the value of the nullable property.void
setOptions
(String value) Sets the value of the options property.void
setPrecision
(Integer value) Sets the value of the precision property.void
Sets the value of the scale property.void
Sets the value of the table property.void
Sets the value of the unique property.void
setUpdatable
(Boolean value) Sets the value of the updatable 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
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnSizable
getSecondPrecision
-
Field Details
-
name
-
unique
-
nullable
-
insertable
-
updatable
-
columnDefinition
-
options
-
table
-
length
-
precision
-
scale
-
-
Constructor Details
-
JaxbMapKeyColumnImpl
public JaxbMapKeyColumnImpl()
-
-
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
-
isUnique
Gets the value of the unique property.- Specified by:
isUnique
in interfaceJaxbColumnCommon
- Specified by:
isUnique
in interfaceJaxbColumnUniqueable
- Returns:
- possible object is
Boolean
-
setUnique
Sets the value of the unique property.- Parameters:
value
- allowed object isBoolean
-
isNullable
Gets the value of the nullable property.- Specified by:
isNullable
in interfaceJaxbColumnCommon
- Specified by:
isNullable
in interfaceJaxbColumnNullable
- Returns:
- possible object is
Boolean
-
setNullable
Sets the value of the nullable property.- Parameters:
value
- allowed object isBoolean
-
isInsertable
Gets the value of the insertable property.- Specified by:
isInsertable
in interfaceJaxbColumnCommon
- Specified by:
isInsertable
in interfaceJaxbColumnMutable
- Returns:
- possible object is
Boolean
-
setInsertable
Sets the value of the insertable property.- Parameters:
value
- allowed object isBoolean
-
isUpdatable
Gets the value of the updatable property.- Specified by:
isUpdatable
in interfaceJaxbColumnCommon
- Specified by:
isUpdatable
in interfaceJaxbColumnMutable
- Returns:
- possible object is
Boolean
-
setUpdatable
Sets the value of the updatable 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
-
getTable
Gets the value of the table property.- Specified by:
getTable
in interfaceJaxbColumn
- Specified by:
getTable
in interfaceJaxbColumnCommon
- Returns:
- possible object is
String
-
setTable
Sets the value of the table 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
-
getPrecision
Gets the value of the precision property.- Specified by:
getPrecision
in interfaceJaxbColumnSizable
- Returns:
- possible object is
Integer
-
setPrecision
Sets the value of the precision property.- Parameters:
value
- allowed object isInteger
-
getScale
Gets the value of the scale property.- Specified by:
getScale
in interfaceJaxbColumnSizable
- Returns:
- possible object is
Integer
-
setScale
Sets the value of the scale property.- Parameters:
value
- allowed object isInteger
-