Class AgreementRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.AgreementRef
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class AgreementRef
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 TypeMethodDescriptionatreferredType(String atreferredType) booleanclass type of the referred AgreementgetHref()Reference of the agreementgetId()Identifier of the agreementgetName()Name of the agreementinthashCode()voidsetAtreferredType(String atreferredType) voidvoidvoidtoString()
-
Constructor Details
-
AgreementRef
public AgreementRef()
-
-
Method Details
-
href
-
getHref
Reference of the agreement- Returns:
- href
-
setHref
-
id
-
getId
Identifier of the agreement- Returns:
- id
-
setId
-
name
-
getName
Name of the agreement- Returns:
- name
-
setName
-
atreferredType
-
getAtreferredType
class type of the referred Agreement- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-