public class OrderStatus extends java.lang.Object implements OrderStatusIf
Constructor and Description |
---|
OrderStatus()
Constructor
|
OrderStatus(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the OrderStatus object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getId() |
int |
getLanguageId() |
java.lang.String |
getName()
The name of the order state.
|
void |
setId(int id) |
void |
setLanguageId(int languageId) |
void |
setName(java.lang.String name)
The name of the order state.
|
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public OrderStatus()
public OrderStatus(com.workingdogs.village.Record vr, KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
getId
in interface OrderStatusIf
public void setId(int id)
setId
in interface OrderStatusIf
id
- The id to set.public java.lang.String getName()
OrderStatusIf
getName
in interface OrderStatusIf
public void setName(java.lang.String name)
OrderStatusIf
setName
in interface OrderStatusIf
name
- The name to set.public int getLanguageId()
getLanguageId
in interface OrderStatusIf
public void setLanguageId(int languageId)
setLanguageId
in interface OrderStatusIf
languageId
- The languageId to set.Copyright © 2018 DS Data Systems UK Ltd.