org.opencrx.kernel.product1.jmi1
Interface GetPriceLevelResult

All Superinterfaces:
GetPriceLevelResult, RefStruct, RefStruct_1_0, Serializable

public interface GetPriceLevelResult
extends RefStruct_1_0, GetPriceLevelResult


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.product1.cci2.GetPriceLevelResult
GetPriceLevelResult.Member
 
Method Summary
 Account getCustomer()
          Retrieves the value for the optional structure field customer.
 BigDecimal getCustomerDiscount()
          Retrieves the value for the optional structure field customerDiscount.
 AbstractPriceLevel 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.
 
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
 

Method Detail

getCustomer

Account getCustomer()
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

BigDecimal getCustomerDiscount()
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

Boolean isCustomerDiscountIsPercentage()
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

AbstractPriceLevel getPriceLevel()
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

short getStatusCode()
Retrieves the value for the structure field statusCode.

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

getStatusMessage

String getStatusMessage()
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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.