public class OrderColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnDefinition |
protected Boolean |
insertable |
protected String |
name |
protected Boolean |
nullable |
protected Boolean |
updatable |
| Constructor and Description |
|---|
OrderColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnDefinition()
Gets the value of the columnDefinition property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
isInsertable()
Gets the value of the insertable property.
|
Boolean |
isNullable()
Gets the value of the nullable property.
|
Boolean |
isUpdatable()
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 |
setName(String value)
Sets the value of the name property.
|
void |
setNullable(Boolean value)
Sets the value of the nullable property.
|
void |
setUpdatable(Boolean value)
Sets the value of the updatable property.
|
protected String name
protected Boolean nullable
protected Boolean insertable
protected Boolean updatable
protected String columnDefinition
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isNullable()
Booleanpublic void setNullable(Boolean value)
value - allowed object is
Booleanpublic Boolean isInsertable()
Booleanpublic void setInsertable(Boolean value)
value - allowed object is
Booleanpublic Boolean isUpdatable()
Booleanpublic void setUpdatable(Boolean value)
value - allowed object is
Booleanpublic String getColumnDefinition()
StringCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.