Class AgreementSpecCharacteristicValue
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementSpecCharacteristicValue
@Validated
@Generated(value="de.hybris.platform.agreementtmfwebservices.swagger.AgreementsCodegen",
date="2022-10-21T20:35:12.178Z")
public class AgreementSpecCharacteristicValue
extends Object
A number or text that can be assigned to an agreement specification characteristic.
-
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 nameUnit of measure for the characteristic, such as minutes, gigabytes (GB) and so on.@Valid TimePeriodThe period of time for which a value is applicablegetValue()A discrete value that the characteristic can take onThe low range value that a characteristic can take onThe upper range value that a characteristic can take onA kind of value that the characteristic can take on, such as numeric, text, and so forthinthashCode()Indicates if the value is the default value for a characteristicvoidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetDefault(Boolean _default) voidsetUnitOfMeasure(String unitOfMeasure) voidsetValidFor(TimePeriod validFor) voidvoidsetValueFrom(String valueFrom) voidsetValueTo(String valueTo) voidsetValueType(String valueType) toString()unitOfMeasure(String unitOfMeasure) validFor(TimePeriod validFor)
-
Constructor Details
-
AgreementSpecCharacteristicValue
public AgreementSpecCharacteristicValue()
-
-
Method Details
-
_default
-
isDefault
Indicates if the value is the default value for a characteristic- Returns:
- _default
-
setDefault
-
unitOfMeasure
-
getUnitOfMeasure
Unit of measure for the characteristic, such as minutes, gigabytes (GB) and so on.- Returns:
- unitOfMeasure
-
setUnitOfMeasure
-
valueFrom
-
getValueFrom
The low range value that a characteristic can take on- Returns:
- valueFrom
-
setValueFrom
-
valueTo
-
getValueTo
The upper range value that a characteristic can take on- Returns:
- valueTo
-
setValueTo
-
valueType
-
getValueType
A kind of value that the characteristic can take on, such as numeric, text, and so forth- Returns:
- valueType
-
setValueType
-
validFor
-
getValidFor
The period of time for which a value is applicable- Returns:
- validFor
-
setValidFor
-
value
-
getValue
A discrete value that the characteristic can take on- Returns:
- value
-
setValue
-
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
-