Class AgreementSpecCharacteristicValue
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementSpecCharacteristicValue
Deprecated.
A number or text that can be assigned to an agreement specification characteristic.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.booleanDeprecated.Deprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationshipsDeprecated.When sub-classing, this defines the sub-class entity nameDeprecated.Unit of measure for the characteristic, such as minutes, gigabytes (GB) and so on.@Valid TimePeriodDeprecated.Get validFor@Valid ObjectgetValue()Deprecated.Get valueDeprecated.The low range value that a characteristic can take onDeprecated.The upper range value that a characteristic can take onDeprecated.A kind of value that the characteristic can take on, such as numeric, text, and so forthinthashCode()Deprecated.Deprecated.Indicates if the value is the default value for a characteristicvoidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidsetDefault(Boolean _default) Deprecated.voidsetUnitOfMeasure(String unitOfMeasure) Deprecated.voidsetValidFor(TimePeriod validFor) Deprecated.voidDeprecated.voidsetValueFrom(String valueFrom) Deprecated.voidsetValueTo(String valueTo) Deprecated.voidsetValueType(String valueType) Deprecated.toString()Deprecated.unitOfMeasure(String unitOfMeasure) Deprecated.validFor(TimePeriod validFor) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
AgreementSpecCharacteristicValue
public AgreementSpecCharacteristicValue()Deprecated.
-
-
Method Details
-
_default
Deprecated. -
isDefault
Deprecated.Indicates if the value is the default value for a characteristic- Returns:
- _default
-
setDefault
Deprecated. -
unitOfMeasure
Deprecated. -
getUnitOfMeasure
Deprecated.Unit of measure for the characteristic, such as minutes, gigabytes (GB) and so on.- Returns:
- unitOfMeasure
-
setUnitOfMeasure
Deprecated. -
valueFrom
Deprecated. -
getValueFrom
Deprecated.The low range value that a characteristic can take on- Returns:
- valueFrom
-
setValueFrom
Deprecated. -
valueTo
Deprecated. -
getValueTo
Deprecated.The upper range value that a characteristic can take on- Returns:
- valueTo
-
setValueTo
Deprecated. -
valueType
Deprecated. -
getValueType
Deprecated.A kind of value that the characteristic can take on, such as numeric, text, and so forth- Returns:
- valueType
-
setValueType
Deprecated. -
validFor
Deprecated. -
getValidFor
Deprecated.Get validFor- Returns:
- validFor
-
setValidFor
Deprecated. -
value
Deprecated. -
getValue
Deprecated.Get value- Returns:
- value
-
setValue
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-