Package de.hybris.platform.cockpit.model
Class CockpitSavedParameterValueModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cockpit.model.CockpitSavedParameterValueModel
- All Implemented Interfaces:
Serializable
Generated model class for type CockpitSavedParameterValue first defined at extension cockpit.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationCockpitSavedQuery2CockpitSavedParameterValueRelationdefining source attributecockpitSavedQueryin extensioncockpit.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCockpitSavedParameterValue.caseSensitiveattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitSavedParameterValue.cockpitSavedQueryattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitSavedParameterValue.languageIsoattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitSavedParameterValue.operatorQualifierattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitSavedParameterValue.parameterQualifierattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitSavedParameterValue.rawValueattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitSavedParameterValue.referenceattribute defined at extensioncockpit.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextCockpitSavedParameterValueModel(String _operatorQualifier, ItemModel _owner, String _parameterQualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitSavedParameterValueModel(String _operatorQualifier, String _parameterQualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCockpitSavedParameterValue.caseSensitiveattribute defined at extensioncockpit.Generated method - Getter of theCockpitSavedParameterValue.cockpitSavedQueryattribute defined at extensioncockpit.Generated method - Getter of theCockpitSavedParameterValue.languageIsoattribute defined at extensioncockpit.Generated method - Getter of theCockpitSavedParameterValue.operatorQualifierattribute defined at extensioncockpit.Generated method - Getter of theCockpitSavedParameterValue.parameterQualifierattribute defined at extensioncockpit.Generated method - Getter of theCockpitSavedParameterValue.rawValueattribute defined at extensioncockpit.Generated method - Getter of theCockpitSavedParameterValue.referenceattribute defined at extensioncockpit.voidsetCaseSensitive(Boolean value) Generated method - Setter ofCockpitSavedParameterValue.caseSensitiveattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitSavedParameterValue.cockpitSavedQueryattribute defined at extensioncockpit.voidsetLanguageIso(String value) Generated method - Setter ofCockpitSavedParameterValue.languageIsoattribute defined at extensioncockpit.voidsetOperatorQualifier(String value) Generated method - Setter ofCockpitSavedParameterValue.operatorQualifierattribute defined at extensioncockpit.voidsetParameterQualifier(String value) Generated method - Setter ofCockpitSavedParameterValue.parameterQualifierattribute defined at extensioncockpit.voidsetRawValue(String value) Generated method - Setter ofCockpitSavedParameterValue.rawValueattribute defined at extensioncockpit.voidsetReference(Boolean value) Generated method - Setter ofCockpitSavedParameterValue.referenceattribute defined at extensioncockpit.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_COCKPITSAVEDQUERY2COCKPITSAVEDPARAMETERVALUERELATION
Generated relation code constant for relationCockpitSavedQuery2CockpitSavedParameterValueRelationdefining source attributecockpitSavedQueryin extensioncockpit.- See Also:
-
RAWVALUE
Generated constant - Attribute key ofCockpitSavedParameterValue.rawValueattribute defined at extensioncockpit.- See Also:
-
OPERATORQUALIFIER
Generated constant - Attribute key ofCockpitSavedParameterValue.operatorQualifierattribute defined at extensioncockpit.- See Also:
-
LANGUAGEISO
Generated constant - Attribute key ofCockpitSavedParameterValue.languageIsoattribute defined at extensioncockpit.- See Also:
-
PARAMETERQUALIFIER
Generated constant - Attribute key ofCockpitSavedParameterValue.parameterQualifierattribute defined at extensioncockpit.- See Also:
-
CASESENSITIVE
Generated constant - Attribute key ofCockpitSavedParameterValue.caseSensitiveattribute defined at extensioncockpit.- See Also:
-
REFERENCE
Generated constant - Attribute key ofCockpitSavedParameterValue.referenceattribute defined at extensioncockpit.- See Also:
-
COCKPITSAVEDQUERY
Generated constant - Attribute key ofCockpitSavedParameterValue.cockpitSavedQueryattribute defined at extensioncockpit.- See Also:
-
-
Constructor Details
-
CockpitSavedParameterValueModel
public CockpitSavedParameterValueModel()Generated constructor - Default constructor for generic creation. -
CockpitSavedParameterValueModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CockpitSavedParameterValueModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitSavedParameterValueModel(String _operatorQualifier, String _parameterQualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_operatorQualifier- initial attribute declared by typeCockpitSavedParameterValueat extensioncockpit_parameterQualifier- initial attribute declared by typeCockpitSavedParameterValueat extensioncockpit
-
CockpitSavedParameterValueModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitSavedParameterValueModel(String _operatorQualifier, ItemModel _owner, String _parameterQualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_operatorQualifier- initial attribute declared by typeCockpitSavedParameterValueat extensioncockpit_owner- initial attribute declared by typeItemat extensioncore_parameterQualifier- initial attribute declared by typeCockpitSavedParameterValueat extensioncockpit
-
-
Method Details
-
getCaseSensitive
Generated method - Getter of theCockpitSavedParameterValue.caseSensitiveattribute defined at extensioncockpit.- Returns:
- the caseSensitive
-
getCockpitSavedQuery
@Accessor(qualifier="cockpitSavedQuery", type=GETTER) public CockpitSavedQueryModel getCockpitSavedQuery()Generated method - Getter of theCockpitSavedParameterValue.cockpitSavedQueryattribute defined at extensioncockpit.- Returns:
- the cockpitSavedQuery
-
getLanguageIso
Generated method - Getter of theCockpitSavedParameterValue.languageIsoattribute defined at extensioncockpit.- Returns:
- the languageIso
-
getOperatorQualifier
Generated method - Getter of theCockpitSavedParameterValue.operatorQualifierattribute defined at extensioncockpit.- Returns:
- the operatorQualifier
-
getParameterQualifier
Generated method - Getter of theCockpitSavedParameterValue.parameterQualifierattribute defined at extensioncockpit.- Returns:
- the parameterQualifier
-
getRawValue
Generated method - Getter of theCockpitSavedParameterValue.rawValueattribute defined at extensioncockpit.- Returns:
- the rawValue
-
getReference
Generated method - Getter of theCockpitSavedParameterValue.referenceattribute defined at extensioncockpit.- Returns:
- the reference
-
setCaseSensitive
Generated method - Setter ofCockpitSavedParameterValue.caseSensitiveattribute defined at extensioncockpit.- Parameters:
value- the caseSensitive
-
setCockpitSavedQuery
@Accessor(qualifier="cockpitSavedQuery", type=SETTER) public void setCockpitSavedQuery(CockpitSavedQueryModel value) Generated method - Setter ofCockpitSavedParameterValue.cockpitSavedQueryattribute defined at extensioncockpit.- Parameters:
value- the cockpitSavedQuery
-
setLanguageIso
Generated method - Setter ofCockpitSavedParameterValue.languageIsoattribute defined at extensioncockpit.- Parameters:
value- the languageIso
-
setOperatorQualifier
@Accessor(qualifier="operatorQualifier", type=SETTER) public void setOperatorQualifier(String value) Generated method - Setter ofCockpitSavedParameterValue.operatorQualifierattribute defined at extensioncockpit.- Parameters:
value- the operatorQualifier
-
setParameterQualifier
@Accessor(qualifier="parameterQualifier", type=SETTER) public void setParameterQualifier(String value) Generated method - Setter ofCockpitSavedParameterValue.parameterQualifierattribute defined at extensioncockpit.- Parameters:
value- the parameterQualifier
-
setRawValue
Generated method - Setter ofCockpitSavedParameterValue.rawValueattribute defined at extensioncockpit.- Parameters:
value- the rawValue
-
setReference
Generated method - Setter ofCockpitSavedParameterValue.referenceattribute defined at extensioncockpit.- Parameters:
value- the reference
-