org.opencrx.application.shop1.cci2
Interface ContractStatusT

All Known Subinterfaces:
ContractStatusT

public interface ContractStatusT


Nested Class Summary
static class ContractStatusT.Member
          The structure's members
 
Method Summary
 String getDescription()
          Retrieves the value for the optional structure field description.
 Integer getStatus()
          Retrieves the value for the optional structure field status.
<T extends StringPropertyT>
List<T>
getTag()
          Retrieves a list containing all the elements for the structure field tag.
 

Method Detail

getDescription

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

--> Contract::description

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.

Returns:
The possibly null value for structure field status.

getTag

<T extends StringPropertyT> List<T> getTag()
Retrieves a list containing all the elements for the structure field tag.

Returns:
A list containing all elements for this structure field.


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