org.opencrx.application.shop1.jmi1
Interface ProductPhaseT

All Superinterfaces:
ProductPhaseT, RefStruct, RefStruct_1_0, Serializable

public interface ProductPhaseT
extends RefStruct_1_0, ProductPhaseT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.ProductPhaseT
ProductPhaseT.Member
 
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.
 
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

getName

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

--> ProductPhase::name

Specified by:
getName in interface ProductPhaseT
Returns:
The non-null value for structure field name.

getProductPhaseKey

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

--> ProductPhase::productPhaseKey

Specified by:
getProductPhaseKey in interface ProductPhaseT
Returns:
The possibly null value for structure field productPhaseKey.

getValidFrom

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

--> ProductPhase::validFrom

Specified by:
getValidFrom in interface ProductPhaseT
Returns:
The possibly null value for structure field validFrom.

getValidTo

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

--> ProductPhase::validTo

Specified by:
getValidTo in interface ProductPhaseT
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.