Class ConfigurationWsDTO
java.lang.Object
de.hybris.platform.sap.productconfig.occ.ConfigurationWsDTO
- All Implemented Interfaces:
Serializable
Representation of a product configuration. Contains the entities that describe a complex product: attributes of different types, groups of attributes, hierarchies of groups, statuses and messages. The attributes are typically connected through dependencies
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintbooleanbooleanvoidsetComplete(boolean complete) voidsetConfigId(String configId) voidsetConsistent(boolean consistent) voidsetGroups(List<GroupWsDTO> groups) voidsetQuantity(long quantity) voidsetRootProduct(String rootProduct) voidsetTotalNumberOfIssues(int totalNumberOfIssues)
-
Constructor Details
-
ConfigurationWsDTO
public ConfigurationWsDTO()
-
-
Method Details
-
setConfigId
-
getConfigId
-
setRootProduct
-
getRootProduct
-
setConsistent
public void setConsistent(boolean consistent) -
isConsistent
public boolean isConsistent() -
setComplete
public void setComplete(boolean complete) -
isComplete
public boolean isComplete() -
setQuantity
public void setQuantity(long quantity) -
getQuantity
public long getQuantity() -
setTotalNumberOfIssues
public void setTotalNumberOfIssues(int totalNumberOfIssues) -
getTotalNumberOfIssues
public int getTotalNumberOfIssues() -
setGroups
-
getGroups
-