Class AgreementItemRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.AgreementItemRef
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:51.201Z")
public class AgreementItemRef
extends Object
Agreement reference. An agreement represents a contract or arrangement, either written or verbal and sometimes enforceable by law, such as a service level agreement or a customer price agreement. An agreement involves a number of other business entities, such as products, services, and resources and/or their specifications.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagreementItemId(String agreementItemId) atbaseType(String atbaseType) atreferredType(String atreferredType) atschemaLocation(String atschemaLocation) booleanIdentifier of the agreementWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetHref()Reference of the related entity.@NotNull StringgetId()Unique identifier of a related entity.getName()Name of the related entity.inthashCode()voidsetAgreementItemId(String agreementItemId) voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidvoidtoString()
-
Constructor Details
-
AgreementItemRef
public AgreementItemRef()
-
-
Method Details
-
id
-
getId
Unique identifier of a related entity.- Returns:
- id
-
setId
-
href
-
getHref
Reference of the related entity.- Returns:
- href
-
setHref
-
agreementItemId
-
getAgreementItemId
Identifier of the agreement- Returns:
- agreementItemId
-
setAgreementItemId
-
name
-
getName
Name of the related entity.- Returns:
- name
-
setName
-
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
-
atreferredType
-
getAtreferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-