org.opencrx.application.shop1.cci2
Interface ProductPhaseT

All Known Subinterfaces:
ProductPhaseT

public interface ProductPhaseT


Nested Class Summary
static class ProductPhaseT.Member
          The structure's members
 
Method Summary
 String getName()
          Retrieves the value for the structure field name.
 String getProductPhaseKey()
          Retrieves the value for the optional structure field productPhaseKey.
 Date getValidFrom()
          Retrieves the value for the optional structure field validFrom.
 Date getValidTo()
          Retrieves the value for the optional structure field validTo.
 

Method Detail

getName

String getName()
Retrieves the value for the structure field name.

--> ProductPhase::name

Returns:
The non-null value for structure field name.

getProductPhaseKey

String getProductPhaseKey()
Retrieves the value for the optional structure field productPhaseKey.

--> ProductPhase::productPhaseKey

Returns:
The possibly null value for structure field productPhaseKey.

getValidFrom

Date getValidFrom()
Retrieves the value for the optional structure field validFrom.

--> ProductPhase::validFrom

Returns:
The possibly null value for structure field validFrom.

getValidTo

Date getValidTo()
Retrieves the value for the optional structure field validTo.

--> ProductPhase::validTo

Returns:
The possibly null value for structure field validTo.


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