Class AgreementAuthorization
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementAuthorization
@Validated
@Generated(value="de.hybris.platform.agreementtmfwebservices.swagger.AgreementsCodegen",
date="2022-10-21T20:35:12.178Z")
public class AgreementAuthorization
extends Object
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
-