Class JaxbOrderColumnImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumnImpl
- All Implemented Interfaces:
Serializable
,JaxbColumn
,JaxbDatabaseObject
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnDefinition property.getName()
Gets the value of the name property.Gets the value of the options property.Gets the value of the insertable property.Gets the value of the nullable 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 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
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.JaxbColumn
getTable
-
Field Details
-
name
-
nullable
-
insertable
-
updatable
-
columnDefinition
-
options
-
-
Constructor Details
-
JaxbOrderColumnImpl
public JaxbOrderColumnImpl()
-
-
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
-
isNullable
Gets the value of the nullable property.- 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.- 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.- 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.- 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.- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isString
-