Class AgreementTermOrCondition
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementTermOrCondition
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) description(String description) 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 nameText that explains the term or condition of the agreement.getId()Unique number assigned for reference.@Valid TimePeriodThe period of time during which the term or condition of the agreement applies.inthashCode()voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetDescription(String description) voidvoidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
AgreementTermOrCondition
public AgreementTermOrCondition()
-
-
Method Details
-
id
-
getId
Unique number assigned for reference.- Returns:
- id
-
setId
-
description
-
getDescription
Text that explains the term or condition of the agreement.- Returns:
- description
-
setDescription
-
validFor
-
getValidFor
The period of time during which the term or condition of the agreement applies.- Returns:
- validFor
-
setValidFor
-
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
-