Class AgreementAuthorization
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementAuthorization
A business participant that is responsible for approving the agreement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid DategetDate()The date associated with the authorization state.Indication that represents whether the signature is a physical paper signature or a digital signature.getState()Current status of the authorization, for example in process, approved, rejected.inthashCode()voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidsetSignatureRepresentation(String signatureRepresentation) voidsignatureRepresentation(String signatureRepresentation) toString()
-
Constructor Details
-
AgreementAuthorization
public AgreementAuthorization()
-
-
Method Details
-
date
-
getDate
The date associated with the authorization state.- Returns:
- date
-
setDate
-
signatureRepresentation
-
getSignatureRepresentation
Indication that represents whether the signature is a physical paper signature or a digital signature.- Returns:
- signatureRepresentation
-
setSignatureRepresentation
-
state
-
getState
Current status of the authorization, for example in process, approved, rejected.- Returns:
- state
-
setState
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-