public interface ConfiguredProduct extends ProductConfigurationSet, ProductDescriptor
ConfiguredProduct| Modifier and Type | Method and Description |
|---|---|
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). |
getConfigType, getConfiguration, setConfigType, unsetConfigurationTypegetProduct, setProductProductConfiguration getCurrentConfig()
currentConfig.null – value for this reference.void setCurrentConfig(ProductConfiguration currentConfig)
currentConfig.currentConfig - The new – possibly null – 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();
for(java.lang.String e : attributeName){
set.add(e);
}
productSerialNumber - value(s) to be added to productSerialNumberThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.