|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EpConstant
A EpConstant is composed of a code and a human-readable description. It is the common interface for OrderStatus,
OrderShipmentStatus, OrderPaymentStatus, OrderReturnReason etc.
| Method Summary | |
|---|---|
int |
getCode()
Return the code. |
java.lang.String |
getDescription()
Return the description. |
void |
setCode(int code)
Set the code. |
void |
setDescription(java.lang.String description)
Set the description. |
| Method Detail |
|---|
int getCode()
java.lang.String getDescription()
void setCode(int code)
code - the code.void setDescription(java.lang.String description)
description - the description.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||