org.opencrx.kernel.product1.cci2
Interface GetPriceLevelResult

All Known Subinterfaces:
GetPriceLevelResult

public interface GetPriceLevelResult


Nested Class Summary
static class GetPriceLevelResult.Member
          The structure's members
 
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.
 

Method Detail

getCustomer

Account getCustomer()
Retrieves the value for the optional structure field customer.

Returns:
The possibly null value for structure field customer.

getCustomerDiscount

BigDecimal getCustomerDiscount()
Retrieves the value for the optional structure field customerDiscount.

Returns:
The possibly null value for structure field customerDiscount.

isCustomerDiscountIsPercentage

Boolean isCustomerDiscountIsPercentage()
Retrieves the value for the optional structure field customerDiscountIsPercentage.

Returns:
The possibly null value for structure field customerDiscountIsPercentage.

getPriceLevel

AbstractPriceLevel getPriceLevel()
Retrieves the value for the optional structure field priceLevel.

Returns:
The possibly null value for structure field priceLevel.

getStatusCode

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

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

getStatusMessage

String getStatusMessage()
Retrieves the value for the optional structure field statusMessage.

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.