Class AgreementSpecification

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

@Deprecated(since="2208") public class AgreementSpecification extends Object
Deprecated.
A template of an agreement that can be used when establishing partnerships
  • Constructor Details

    • AgreementSpecification

      public AgreementSpecification()
      Deprecated.
  • Method Details

    • id

      Deprecated.
    • getId

      public String getId()
      Deprecated.
      Unique identifier of the agreement specification
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public AgreementSpecification href(String href)
      Deprecated.
    • getHref

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

      public void setHref(String href)
      Deprecated.
    • description

      public AgreementSpecification description(String description)
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
      A narrative that explains in detail what the agreement specification is about
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • isBundle

      public AgreementSpecification isBundle(Boolean isBundle)
      Deprecated.
    • isIsBundle

      public Boolean isIsBundle()
      Deprecated.
      If true, this agreement specification is a grouping of other agreement specifications. The list of bundled agreement specifications is provided by the specificationRelationship property
      Returns:
      isBundle
    • setIsBundle

      public void setIsBundle(Boolean isBundle)
      Deprecated.
    • lastUpdate

      public AgreementSpecification lastUpdate(Date lastUpdate)
      Deprecated.
    • getLastUpdate

      @Valid public @Valid Date getLastUpdate()
      Deprecated.
      Date and time of the last update
      Returns:
      lastUpdate
    • setLastUpdate

      public void setLastUpdate(Date lastUpdate)
      Deprecated.
    • lifecycleStatus

      public AgreementSpecification lifecycleStatus(String lifecycleStatus)
      Deprecated.
    • getLifecycleStatus

      public String getLifecycleStatus()
      Deprecated.
      Indicates the current lifecycle status
      Returns:
      lifecycleStatus
    • setLifecycleStatus

      public void setLifecycleStatus(String lifecycleStatus)
      Deprecated.
    • name

      public AgreementSpecification name(String name)
      Deprecated.
    • getName

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

      public void setName(String name)
      Deprecated.
    • version

      public AgreementSpecification version(String version)
      Deprecated.
    • getVersion

      public String getVersion()
      Deprecated.
      Agreement specification version
      Returns:
      version
    • setVersion

      public void setVersion(String version)
      Deprecated.
    • attachment

      public AgreementSpecification attachment(List<AttachmentRefOrValue> attachment)
      Deprecated.
    • addAttachmentItem

      public AgreementSpecification addAttachmentItem(AttachmentRefOrValue attachmentItem)
      Deprecated.
    • getAttachment

      @Valid @Size(min=1) public @Valid @Size(min=1) List<AttachmentRefOrValue> getAttachment()
      Deprecated.
      Get attachment
      Returns:
      attachment
    • setAttachment

      public void setAttachment(List<AttachmentRefOrValue> attachment)
      Deprecated.
    • relatedParty

      public AgreementSpecification relatedParty(List<RelatedParty> relatedParty)
      Deprecated.
    • addRelatedPartyItem

      public AgreementSpecification addRelatedPartyItem(RelatedParty relatedPartyItem)
      Deprecated.
    • getRelatedParty

      @Valid public @Valid List<RelatedParty> getRelatedParty()
      Deprecated.
      Get relatedParty
      Returns:
      relatedParty
    • setRelatedParty

      public void setRelatedParty(List<RelatedParty> relatedParty)
      Deprecated.
    • serviceCategory

      public AgreementSpecification serviceCategory(CategoryRef serviceCategory)
      Deprecated.
    • getServiceCategory

      @Valid public @Valid CategoryRef getServiceCategory()
      Deprecated.
      Get serviceCategory
      Returns:
      serviceCategory
    • setServiceCategory

      public void setServiceCategory(CategoryRef serviceCategory)
      Deprecated.
    • specificationCharacteristic

      public AgreementSpecification specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic)
      Deprecated.
    • addSpecificationCharacteristicItem

      public AgreementSpecification addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem)
      Deprecated.
    • getSpecificationCharacteristic

      @Valid public @Valid List<AgreementSpecCharacteristic> getSpecificationCharacteristic()
      Deprecated.
      Get specificationCharacteristic
      Returns:
      specificationCharacteristic
    • setSpecificationCharacteristic

      public void setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic)
      Deprecated.
    • specificationRelationship

      public AgreementSpecification specificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship)
      Deprecated.
    • addSpecificationRelationshipItem

      public AgreementSpecification addSpecificationRelationshipItem(AgreementSpecificationRelationship specificationRelationshipItem)
      Deprecated.
    • getSpecificationRelationship

      @Valid public @Valid List<AgreementSpecificationRelationship> getSpecificationRelationship()
      Deprecated.
      Get specificationRelationship
      Returns:
      specificationRelationship
    • setSpecificationRelationship

      public void setSpecificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship)
      Deprecated.
    • validFor

      public AgreementSpecification validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Deprecated.
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public AgreementSpecification atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public AgreementSpecification atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public AgreementSpecification atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object