Class AgreementItem
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementItem
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class AgreementItem
extends Object
A part of the agreement expressed in terms of a product offering and possibly including specific terms and conditions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProductItem(ProductRef productItem) addProductOfferingItem(ProductOfferingRef productOfferingItem) addTermOrConditionItem(AgreementTermOrCondition termOrConditionItem) atbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid List<ProductRef>The list of products indirectly referred by this agreement item (since an agreement item refers primarily to product offerings)@Valid List<ProductOfferingRef>The list of product offerings referred by this agreement item@Valid List<AgreementTermOrCondition>Get termOrConditioninthashCode()product(List<ProductRef> product) productOffering(List<ProductOfferingRef> productOffering) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetProduct(List<ProductRef> product) voidsetProductOffering(List<ProductOfferingRef> productOffering) voidsetTermOrCondition(List<AgreementTermOrCondition> termOrCondition) termOrCondition(List<AgreementTermOrCondition> termOrCondition) toString()
-
Constructor Details
-
AgreementItem
public AgreementItem()
-
-
Method Details
-
product
-
addProductItem
-
getProduct
The list of products indirectly referred by this agreement item (since an agreement item refers primarily to product offerings)- Returns:
- product
-
setProduct
-
productOffering
-
addProductOfferingItem
-
getProductOffering
The list of product offerings referred by this agreement item- Returns:
- productOffering
-
setProductOffering
-
termOrCondition
-
addTermOrConditionItem
-
getTermOrCondition
Get termOrCondition- Returns:
- termOrCondition
-
setTermOrCondition
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-