|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfiguredProduct
Abstract class ConfiguredProduct
| Method Summary | |
|---|---|
ProductConfiguration |
getCurrentConfig()
Retrieves the value for the reference currentConfig. |
Set<String> |
getProductSerialNumber()
Retrieves a set containing all the elements for the attribute productSerialNumber. |
void |
setCurrentConfig(ProductConfiguration currentConfig)
Sets a new value for the reference currentConfig. |
void |
setProductSerialNumber(String... productSerialNumber)
Clears productSerialNumber and adds the given value(s). |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSet |
|---|
getConfigType, getConfiguration, unsetConfigurationType |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductDescriptor |
|---|
getProduct, setProduct |
| Method Detail |
|---|
ProductConfiguration getCurrentConfig()
currentConfig.
null – value for this reference.void setCurrentConfig(ProductConfiguration currentConfig)
currentConfig.
currentConfig - The non-null new value for this reference.Set<String> getProductSerialNumber()
productSerialNumber.
void setProductSerialNumber(String... productSerialNumber)
productSerialNumber and adds the given value(s).
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(productSerialNumber));
productSerialNumber - value(s) to be added to productSerialNumber
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||