Class AgreementSpecCharacteristicValue
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementSpecCharacteristicValue
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 TimePeriodGet validFor@Valid ObjectgetValue()Get valueThe 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
Get validFor- Returns:
- validFor
-
setValidFor
-
value
-
getValue
Get value- 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
-