|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomerStatusT
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.CustomerStatusT |
---|
CustomerStatusT.Member |
Method Summary | |
---|---|
String |
getDescription()
Retrieves the value for the optional structure field description . |
int |
getStatus()
Retrieves the value for the structure field status . |
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0 |
---|
refDelegate |
Methods inherited from interface javax.jmi.reflect.RefStruct |
---|
equals, hashCode, refFieldNames, refGetValue, refTypeName |
Method Detail |
---|
String getDescription()
description
.
--> Account::description
getDescription
in interface CustomerStatusT
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.
getStatus
in interface CustomerStatusT
status
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |