org.opencrx.application.shop1.jmi1
Interface ContractStatusT

All Superinterfaces:
ContractStatusT, RefStruct, RefStruct_1_0, Serializable

public interface ContractStatusT
extends RefStruct_1_0, ContractStatusT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.ContractStatusT
ContractStatusT.Member
 
Method Summary
 String getDescription()
          Retrieves the value for the optional structure field description.
 Integer getStatus()
          Retrieves the value for the optional 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
 
Methods inherited from interface org.opencrx.application.shop1.cci2.ContractStatusT
getTag
 

Method Detail

getDescription

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

--> Contract::description

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

getStatus

Integer getStatus()
Retrieves the value for the optional structure field status.

--> Contract::contractState History of the sales order state --> Contract::userString4 in the format state:timestamp:description. The contract life-cycle could also be tracked as Activity/ActivityFollowUp. This solution was choosen for performance reasons.

Specified by:
getStatus in interface ContractStatusT
Returns:
The possibly null value for structure field status.


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