org.opencrx.application.shop1.jmi1
Interface CustomerStatusT

All Superinterfaces:
CustomerStatusT, RefStruct, RefStruct_1_0, Serializable

public interface CustomerStatusT
extends RefStruct_1_0, 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

getDescription

String getDescription()
Retrieves the value for the optional structure field description.

--> Account::description

Specified by:
getDescription in interface CustomerStatusT
Returns:
The possibly null value for structure field description.

getStatus

int getStatus()
Retrieves the value for the structure field 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.

Specified by:
getStatus in interface CustomerStatusT
Returns:
The non-null value for structure field status.


This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.