class OrderDoneStatus extends OrderStatus
The order is done.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
ID |
The database representation of this status. |
Fields inherited from class | Fields |
---|---|
class OrderStatus |
ID_LENGTH |
Type | Name and description |
---|---|
private static OrderDoneStatus |
instance The singleton-like instance. |
Constructor and description |
---|
OrderDoneStatus
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getId() Returns the encoded ID of this value. |
|
boolean |
isDone() Returns true if this status means that the object is done. |
|
boolean |
isWorkable() Returns true if this status means that the object is workable. |
Methods inherited from class | Name |
---|---|
class OrderStatus |
getDefault, getDisplayValue, getDoneStatus, getValidValues, getValue, isDefaultChoice, isDone, isWorkable, toStringLocalized, valueOf |
The singleton-like instance.
Returns the encoded ID of this value.
Returns true if this status means that the object is done.
Returns true if this status means that the object is workable.
Groovy Documentation