Class AgreementTermOrCondition

java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementTermOrCondition

@Validated @Generated(value="de.hybris.platform.agreementtmfwebservices.swagger.AgreementsCodegen", date="2022-10-21T20:35:12.178Z") public class AgreementTermOrCondition extends Object
Aspects of the agreement not formally specified elsewhere in the agreement and that cannot be captured elsewhere in a formal notation, or automatically monitored and require a more human level of management.
  • Constructor Details

    • AgreementTermOrCondition

      public AgreementTermOrCondition()
  • Method Details

    • id

    • getId

      public String getId()
      Unique number assigned for reference.
      Returns:
      id
    • setId

      public void setId(String id)
    • description

      public AgreementTermOrCondition description(String description)
    • getDescription

      public String getDescription()
      Text that explains the term or condition of the agreement.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • validFor

      public AgreementTermOrCondition validFor(TimePeriod validFor)
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      The period of time during which the term or condition of the agreement applies.
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • atbaseType

      public AgreementTermOrCondition atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public AgreementTermOrCondition atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public AgreementTermOrCondition attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • 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