Class ChecklistAction
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ChecklistAction
Represents a Checklist Action resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionType(String actionType) addProcessTypeItem(ProcessType processTypeItem) addProductOfferingItem(ProductOfferingRef productOfferingItem) atSchemaLocation(String atSchemaLocation) description(String description) booleanAction typeA link to the schema describing this Checklist Action entity.Class type of the Checklist Action.Description of the Checklist Action.getHref()Reference of the Checklist Action.getId()Unique identifier of the Checklist Action.getName()Name of the Checklist Action.@Valid List<ProcessType>Represents the purchasing flows for which the checklist action is applicable.@Valid List<ProductOfferingRef>List of references to product offering fow which the checkout action is applicable.@Valid ProductSpecCharacteristicRefGet productSpecCharacteristicinthashCode()processType(List<ProcessType> processType) productOffering(List<ProductOfferingRef> productOffering) productSpecCharacteristic(ProductSpecCharacteristicRef productSpecCharacteristic) voidsetActionType(String actionType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetDescription(String description) voidvoidvoidvoidsetProcessType(List<ProcessType> processType) voidsetProductOffering(List<ProductOfferingRef> productOffering) voidsetProductSpecCharacteristic(ProductSpecCharacteristicRef productSpecCharacteristic) toString()
-
Constructor Details
-
ChecklistAction
public ChecklistAction()
-
-
Method Details
-
id
-
getId
Unique identifier of the Checklist Action.- Returns:
- id
-
setId
-
href
-
getHref
Reference of the Checklist Action.- Returns:
- href
-
setHref
-
name
-
getName
Name of the Checklist Action.- Returns:
- name
-
setName
-
description
-
getDescription
Description of the Checklist Action.- Returns:
- description
-
setDescription
-
actionType
-
getActionType
Action type- Returns:
- actionType
-
setActionType
-
productSpecCharacteristic
public ChecklistAction productSpecCharacteristic(ProductSpecCharacteristicRef productSpecCharacteristic) -
getProductSpecCharacteristic
Get productSpecCharacteristic- Returns:
- productSpecCharacteristic
-
setProductSpecCharacteristic
-
processType
-
addProcessTypeItem
-
getProcessType
Represents the purchasing flows for which the checklist action is applicable.- Returns:
- processType
-
setProcessType
-
productOffering
-
addProductOfferingItem
-
getProductOffering
List of references to product offering fow which the checkout action is applicable.- Returns:
- productOffering
-
setProductOffering
-
atType
-
getAtType
Class type of the Checklist Action.- Returns:
- atType
-
setAtType
-
atSchemaLocation
-
getAtSchemaLocation
A link to the schema describing this Checklist Action entity.- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
equals
-
hashCode
public int hashCode() -
toString
-