java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.AgreementRef

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 Details

    • AgreementRef

      public AgreementRef()
  • Method Details

    • href

      public AgreementRef href(String href)
    • getHref

      public String getHref()
      Reference of the agreement
      Returns:
      href
    • setHref

      public void setHref(String href)
    • id

      public AgreementRef id(String id)
    • getId

      public String getId()
      Identifier of the agreement
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public AgreementRef name(String name)
    • getName

      public String getName()
      Name of the agreement
      Returns:
      name
    • setName

      public void setName(String name)
    • atReferredType

      public AgreementRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      class type of the referred Agreement
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object