Class ProductSpecCharacteristicValue
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductSpecCharacteristicValue
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class ProductSpecCharacteristicValue
extends Object
A number or text that can be assigned to a ProductSpecCharacteristic.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatschemaLocation(String atschemaLocation) booleanHyperlink reference to schema describing this objectThe class type of the characteristic valuegetId()IdentifierNot SentgetRegex()Not SentCould be minutes, GB...@Valid TimePeriodNot SentgetValue()The value of characteristic.The type of value is determined by ‘valueType’ characteristic.Not SentNot SentA kind of value that the characteristic can take on, such as numeric, string, boolean.inthashCode()Not SentrangeInterval(String rangeInterval) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidsetIsDefault(Boolean isDefault) voidsetRangeInterval(String rangeInterval) voidvoidsetUnitOfMeasure(String unitOfMeasure) voidsetValidFor(TimePeriod validFor) voidvoidsetValueFrom(String valueFrom) voidsetValueTo(String valueTo) voidsetValueType(String valueType) toString()unitOfMeasure(String unitOfMeasure) validFor(TimePeriod validFor)
-
Constructor Details
-
ProductSpecCharacteristicValue
public ProductSpecCharacteristicValue()
-
-
Method Details
-
id
-
getId
Identifier- Returns:
- id
-
setId
-
isDefault
-
isIsDefault
Not Sent- Returns:
- isDefault
-
setIsDefault
-
unitOfMeasure
-
getUnitOfMeasure
Could be minutes, GB...- Returns:
- unitOfMeasure
-
setUnitOfMeasure
-
validFor
-
getValidFor
Not Sent- Returns:
- validFor
-
setValidFor
-
value
-
getValue
The value of characteristic.The type of value is determined by ‘valueType’ characteristic.- Returns:
- value
-
setValue
-
valueFrom
-
getValueFrom
Not Sent- Returns:
- valueFrom
-
setValueFrom
-
valueTo
-
getValueTo
Not Sent- Returns:
- valueTo
-
setValueTo
-
valueType
-
getValueType
A kind of value that the characteristic can take on, such as numeric, string, boolean.- Returns:
- valueType
-
setValueType
-
rangeInterval
-
getRangeInterval
Not Sent- Returns:
- rangeInterval
-
setRangeInterval
-
regex
-
getRegex
Not Sent- Returns:
- regex
-
setRegex
-
attype
-
getAttype
The class type of the characteristic value- Returns:
- attype
-
setAttype
-
atschemaLocation
-
getAtschemaLocation
Hyperlink reference to schema describing this object- Returns:
- atschemaLocation
-
setAtschemaLocation
-
equals
-
hashCode
public int hashCode() -
toString
-