|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomerStatusT
| Nested Class Summary | |
|---|---|
static class |
CustomerStatusT.Member
The structure's members |
| Method Summary | |
|---|---|
String |
getDescription()
Retrieves the value for the optional structure field description. |
int |
getStatus()
Retrieves the value for the structure field status. |
| Method Detail |
|---|
String getDescription()
description.
--> Account::description
description.int getStatus()
status.
--> Account::accountState public static final int CUSTOMER_STATE_OK = 100; public static final int CUSTOMER_STATE_LOCKED = 200; public static final int CUSTOMER_STATE_INACTIVE = 300; History of account states --> Account::userString4 in format state:timestamp:description The account life-cycle could also be tracked as Activity/ActivityFollowUp. This solution was choosen for performance reasons.
status.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||