Class AgreementAuthorization

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

@Deprecated(since="2208") public class AgreementAuthorization extends Object
Deprecated.
A business participant that is responsible for approving the agreement.
  • Constructor Details

    • AgreementAuthorization

      public AgreementAuthorization()
      Deprecated.
  • Method Details

    • date

      public AgreementAuthorization date(Date date)
      Deprecated.
    • getDate

      @Valid public @Valid Date getDate()
      Deprecated.
      The date associated with the authorization state.
      Returns:
      date
    • setDate

      public void setDate(Date date)
      Deprecated.
    • signatureRepresentation

      public AgreementAuthorization signatureRepresentation(String signatureRepresentation)
      Deprecated.
    • getSignatureRepresentation

      public String getSignatureRepresentation()
      Deprecated.
      Indication that represents whether the signature is a physical paper signature or a digital signature.
      Returns:
      signatureRepresentation
    • setSignatureRepresentation

      public void setSignatureRepresentation(String signatureRepresentation)
      Deprecated.
    • state

      public AgreementAuthorization state(String state)
      Deprecated.
    • getState

      public String getState()
      Deprecated.
      Current status of the authorization, for example in process, approved, rejected.
      Returns:
      state
    • setState

      public void setState(String state)
      Deprecated.
    • atBaseType

      public AgreementAuthorization 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 AgreementAuthorization 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 AgreementAuthorization 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