org.opencrx.application.shop1.cci2
Interface UpdateProductParams

All Known Subinterfaces:
UpdateProductParams

public interface UpdateProductParams


Nested Class Summary
static class UpdateProductParams.Member
          The structure's members
 
Method Summary
 ProductT getProduct()
          Retrieves the value for the structure field product.
 Boolean isUpdateBundleData()
          Retrieves the value for the optional structure field updateBundleData.
 Boolean isUpdateClassification()
          Retrieves the value for the optional structure field updateClassification.
 Boolean isUpdateConfiguration()
          Retrieves the value for the optional structure field updateConfiguration.
 Boolean isUpdateMainData()
          Retrieves the value for the optional structure field updateMainData.
 Boolean isUpdatePicture()
          Retrieves the value for the optional structure field updatePicture.
 Boolean isUpdateProductPhase()
          Retrieves the value for the optional structure field updateProductPhase.
 Boolean isUpdateUom()
          Retrieves the value for the optional structure field updateUom.
 

Method Detail

getProduct

ProductT getProduct()
Retrieves the value for the structure field product.

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

isUpdateBundleData

Boolean isUpdateBundleData()
Retrieves the value for the optional structure field updateBundleData.

Returns:
The possibly null value for structure field updateBundleData.

isUpdateClassification

Boolean isUpdateClassification()
Retrieves the value for the optional structure field updateClassification.

Returns:
The possibly null value for structure field updateClassification.

isUpdateConfiguration

Boolean isUpdateConfiguration()
Retrieves the value for the optional structure field updateConfiguration.

Returns:
The possibly null value for structure field updateConfiguration.

isUpdateMainData

Boolean isUpdateMainData()
Retrieves the value for the optional structure field updateMainData.

Returns:
The possibly null value for structure field updateMainData.

isUpdatePicture

Boolean isUpdatePicture()
Retrieves the value for the optional structure field updatePicture.

Returns:
The possibly null value for structure field updatePicture.

isUpdateProductPhase

Boolean isUpdateProductPhase()
Retrieves the value for the optional structure field updateProductPhase.

Returns:
The possibly null value for structure field updateProductPhase.

isUpdateUom

Boolean isUpdateUom()
Retrieves the value for the optional structure field updateUom.

Returns:
The possibly null value for structure field updateUom.


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