Class AgreementItem
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementItem
Deprecated.
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) Deprecated.addProductOfferingItem(ProductOfferingRef productOfferingItem) Deprecated.addTermOrConditionItem(AgreementTermOrCondition termOrConditionItem) Deprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.booleanDeprecated.Deprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationshipsDeprecated.When sub-classing, this defines the sub-class entity name@Valid List<ProductRef>Deprecated.The list of products indirectly referred by this agreement item (since an agreement item refers primarily to product offerings)@Valid List<ProductOfferingRef>Deprecated.The list of product offerings referred by this agreement item@Valid List<AgreementTermOrCondition>Deprecated.Get termOrConditioninthashCode()Deprecated.product(List<ProductRef> product) Deprecated.productOffering(List<ProductOfferingRef> productOffering) Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidsetProduct(List<ProductRef> product) Deprecated.voidsetProductOffering(List<ProductOfferingRef> productOffering) Deprecated.voidsetTermOrCondition(List<AgreementTermOrCondition> termOrCondition) Deprecated.termOrCondition(List<AgreementTermOrCondition> termOrCondition) Deprecated.toString()Deprecated.
-
Constructor Details
-
AgreementItem
public AgreementItem()Deprecated.
-
-
Method Details
-
product
Deprecated. -
addProductItem
Deprecated. -
getProduct
Deprecated.The list of products indirectly referred by this agreement item (since an agreement item refers primarily to product offerings)- Returns:
- product
-
setProduct
Deprecated. -
productOffering
Deprecated. -
addProductOfferingItem
Deprecated. -
getProductOffering
Deprecated.The list of product offerings referred by this agreement item- Returns:
- productOffering
-
setProductOffering
Deprecated. -
termOrCondition
Deprecated. -
addTermOrConditionItem
Deprecated. -
getTermOrCondition
Deprecated.Get termOrCondition- Returns:
- termOrCondition
-
setTermOrCondition
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-