Package org.hibernate.processor.xml.jaxb
Class OrderColumn
java.lang.Object
org.hibernate.processor.xml.jaxb.OrderColumn
-
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 insertable property.Gets the value of the nullable property.Gets the value of the updatable property.voidsetColumnDefinition(String value) Sets the value of the columnDefinition property.voidsetInsertable(Boolean value) Sets the value of the insertable property.voidSets the value of the name property.voidsetNullable(Boolean value) Sets the value of the nullable property.voidsetUpdatable(Boolean value) Sets the value of the updatable property.
-
Field Details
-
name
-
nullable
-
insertable
-
updatable
-
columnDefinition
-
-
Constructor Details
-
OrderColumn
public OrderColumn()
-
-
Method Details
-
getName
Gets the value of the name property.- 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
-