org.opencrx.kernel.product1.cci
Class GetPriceLevelResultImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefStruct_1
      extended by org.opencrx.kernel.product1.cci.GetPriceLevelResultImpl
All Implemented Interfaces:
Serializable, RefStruct, GetPriceLevelResult, RefStruct_1_0

public class GetPriceLevelResultImpl
extends RefStruct_1
implements GetPriceLevelResult

See Also:
Serialized Form

Constructor Summary
GetPriceLevelResultImpl(RefPackage_1_0 refPackage, List args)
           
GetPriceLevelResultImpl(RefPackage_1_0 refPackage, Object arg)
           
 
Method Summary
 Account getCustomer()
          Retrieves the value for the optional structure field customer.
 BigDecimal getCustomerDiscount()
          Retrieves the value for the optional structure field customerDiscount.
 PriceLevel getPriceLevel()
          Retrieves the value for the optional structure field priceLevel.
 short getStatusCode()
          Retrieves the value for the structure field statusCode.
 String getStatusMessage()
          Retrieves the value for the optional structure field statusMessage.
 Boolean isCustomerDiscountIsPercentage()
          Retrieves the value for the optional structure field customerDiscountIsPercentage.
 String refQualifiedTypeName()
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefStruct_1
equals, refContainsValue, refDelegate, refFieldNames, refGetValue, refGetValue, refGetValue, refTypeName, toPath
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refContainsValue, refDelegate, refGetValue
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Constructor Detail

GetPriceLevelResultImpl

public GetPriceLevelResultImpl(RefPackage_1_0 refPackage,
                               List args)

GetPriceLevelResultImpl

public GetPriceLevelResultImpl(RefPackage_1_0 refPackage,
                               Object arg)
Method Detail

refQualifiedTypeName

public String refQualifiedTypeName()
Overrides:
refQualifiedTypeName in class RefStruct_1

getCustomer

public Account getCustomer()
Description copied from interface: GetPriceLevelResult
Retrieves the value for the optional structure field customer.

Specified by:
getCustomer in interface GetPriceLevelResult
Returns:
The possibly null value for structure field customer.

getCustomerDiscount

public BigDecimal getCustomerDiscount()
Description copied from interface: GetPriceLevelResult
Retrieves the value for the optional structure field customerDiscount.

Specified by:
getCustomerDiscount in interface GetPriceLevelResult
Returns:
The possibly null value for structure field customerDiscount.

isCustomerDiscountIsPercentage

public Boolean isCustomerDiscountIsPercentage()
Description copied from interface: GetPriceLevelResult
Retrieves the value for the optional structure field customerDiscountIsPercentage.

Specified by:
isCustomerDiscountIsPercentage in interface GetPriceLevelResult
Returns:
The possibly null value for structure field customerDiscountIsPercentage.

getPriceLevel

public PriceLevel getPriceLevel()
Description copied from interface: GetPriceLevelResult
Retrieves the value for the optional structure field priceLevel.

Specified by:
getPriceLevel in interface GetPriceLevelResult
Returns:
The possibly null value for structure field priceLevel.

getStatusCode

public short getStatusCode()
Description copied from interface: GetPriceLevelResult
Retrieves the value for the structure field statusCode.

Specified by:
getStatusCode in interface GetPriceLevelResult
Returns:
The non-null value for structure field statusCode.

getStatusMessage

public String getStatusMessage()
Description copied from interface: GetPriceLevelResult
Retrieves the value for the optional structure field statusMessage.

Specified by:
getStatusMessage in interface GetPriceLevelResult
Returns:
The possibly null value for structure field statusMessage.


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