Class AgreementSpecCharacteristic
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementSpecCharacteristic
Deprecated.
A characteristic quality or distinctive feature of an agreement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSpecCharacteristicValueItem(AgreementSpecCharacteristicValue specCharacteristicValueItem) Deprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.configurable(Boolean configurable) Deprecated.description(String description) 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.A narrative that explains in detail what the characteristic isgetName()Deprecated.Name of the characteristic being specified.@Valid List<AgreementSpecCharacteristicValue>Deprecated.Get specCharacteristicValue@Valid TimePeriodDeprecated.Get validForDeprecated.A kind of value that the characteristic can take on, such as numeric, text and so forthinthashCode()Deprecated.Deprecated.If true, the Boolean indicates that the characteristic is configurableDeprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidsetConfigurable(Boolean configurable) Deprecated.voidsetDescription(String description) Deprecated.voidDeprecated.voidsetSpecCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue) Deprecated.voidsetValidFor(TimePeriod validFor) Deprecated.voidsetValueType(String valueType) Deprecated.specCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue) Deprecated.toString()Deprecated.validFor(TimePeriod validFor) Deprecated.Deprecated.
-
Constructor Details
-
AgreementSpecCharacteristic
public AgreementSpecCharacteristic()Deprecated.
-
-
Method Details
-
configurable
Deprecated. -
isConfigurable
Deprecated.If true, the Boolean indicates that the characteristic is configurable- Returns:
- configurable
-
setConfigurable
Deprecated. -
description
Deprecated. -
getDescription
Deprecated.A narrative that explains in detail what the characteristic is- Returns:
- description
-
setDescription
Deprecated. -
name
Deprecated. -
getName
Deprecated.Name of the characteristic being specified.- Returns:
- name
-
setName
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. -
specCharacteristicValue
public AgreementSpecCharacteristic specCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue) Deprecated. -
addSpecCharacteristicValueItem
public AgreementSpecCharacteristic addSpecCharacteristicValueItem(AgreementSpecCharacteristicValue specCharacteristicValueItem) Deprecated. -
getSpecCharacteristicValue
Deprecated.Get specCharacteristicValue- Returns:
- specCharacteristicValue
-
setSpecCharacteristicValue
public void setSpecCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue) Deprecated. -
validFor
Deprecated. -
getValidFor
Deprecated.Get validFor- Returns:
- validFor
-
setValidFor
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.
-