Package de.hybris.platform.cockpit.model
Class CockpitSavedFacetValueModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cockpit.model.CockpitSavedFacetValueModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CockpitSavedFacetValueModel extends ItemModel
Generated model class for type CockpitSavedFacetValue first defined at extension cockpit.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_COCKPITSAVEDQUERY2COCKPITSAVEDFACETVALUERELATION
Generated relation code constant for relationCockpitSavedQuery2CockpitSavedFacetValueRelation
defining source attributecockpitSavedQuery
in extensioncockpit
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
COCKPITSAVEDQUERY
Generated constant - Attribute key ofCockpitSavedFacetValue.cockpitSavedQuery
attribute defined at extensioncockpit
.static java.lang.String
FACETQUALIFIER
Generated constant - Attribute key ofCockpitSavedFacetValue.facetQualifier
attribute defined at extensioncockpit
.static java.lang.String
VALUEQUALIFIER
Generated constant - Attribute key ofCockpitSavedFacetValue.valueQualifier
attribute defined at extensioncockpit
.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CockpitSavedFacetValueModel()
Generated constructor - Default constructor for generic creation.CockpitSavedFacetValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextCockpitSavedFacetValueModel(java.lang.String _facetQualifier, ItemModel _owner, java.lang.String _valueQualifier)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitSavedFacetValueModel(java.lang.String _facetQualifier, java.lang.String _valueQualifier)
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CockpitSavedQueryModel
getCockpitSavedQuery()
Generated method - Getter of theCockpitSavedFacetValue.cockpitSavedQuery
attribute defined at extensioncockpit
.java.lang.String
getFacetQualifier()
Generated method - Getter of theCockpitSavedFacetValue.facetQualifier
attribute defined at extensioncockpit
.java.lang.String
getValueQualifier()
Generated method - Getter of theCockpitSavedFacetValue.valueQualifier
attribute defined at extensioncockpit
.void
setCockpitSavedQuery(CockpitSavedQueryModel value)
Generated method - Setter ofCockpitSavedFacetValue.cockpitSavedQuery
attribute defined at extensioncockpit
.void
setFacetQualifier(java.lang.String value)
Generated method - Setter ofCockpitSavedFacetValue.facetQualifier
attribute defined at extensioncockpit
.void
setValueQualifier(java.lang.String value)
Generated method - Setter ofCockpitSavedFacetValue.valueQualifier
attribute defined at extensioncockpit
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_COCKPITSAVEDQUERY2COCKPITSAVEDFACETVALUERELATION
public static final java.lang.String _COCKPITSAVEDQUERY2COCKPITSAVEDFACETVALUERELATION
Generated relation code constant for relationCockpitSavedQuery2CockpitSavedFacetValueRelation
defining source attributecockpitSavedQuery
in extensioncockpit
.- See Also:
- Constant Field Values
-
FACETQUALIFIER
public static final java.lang.String FACETQUALIFIER
Generated constant - Attribute key ofCockpitSavedFacetValue.facetQualifier
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
VALUEQUALIFIER
public static final java.lang.String VALUEQUALIFIER
Generated constant - Attribute key ofCockpitSavedFacetValue.valueQualifier
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
COCKPITSAVEDQUERY
public static final java.lang.String COCKPITSAVEDQUERY
Generated constant - Attribute key ofCockpitSavedFacetValue.cockpitSavedQuery
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CockpitSavedFacetValueModel
public CockpitSavedFacetValueModel()
Generated constructor - Default constructor for generic creation.
-
CockpitSavedFacetValueModel
public CockpitSavedFacetValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
CockpitSavedFacetValueModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitSavedFacetValueModel(java.lang.String _facetQualifier, java.lang.String _valueQualifier)
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:
_facetQualifier
- initial attribute declared by typeCockpitSavedFacetValue
at extensioncockpit
_valueQualifier
- initial attribute declared by typeCockpitSavedFacetValue
at extensioncockpit
-
CockpitSavedFacetValueModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitSavedFacetValueModel(java.lang.String _facetQualifier, ItemModel _owner, java.lang.String _valueQualifier)
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:
_facetQualifier
- initial attribute declared by typeCockpitSavedFacetValue
at extensioncockpit
_owner
- initial attribute declared by typeItem
at extensioncore
_valueQualifier
- initial attribute declared by typeCockpitSavedFacetValue
at extensioncockpit
-
-
Method Detail
-
getCockpitSavedQuery
@Accessor(qualifier="cockpitSavedQuery", type=GETTER) public CockpitSavedQueryModel getCockpitSavedQuery()
Generated method - Getter of theCockpitSavedFacetValue.cockpitSavedQuery
attribute defined at extensioncockpit
.- Returns:
- the cockpitSavedQuery
-
getFacetQualifier
@Accessor(qualifier="facetQualifier", type=GETTER) public java.lang.String getFacetQualifier()
Generated method - Getter of theCockpitSavedFacetValue.facetQualifier
attribute defined at extensioncockpit
.- Returns:
- the facetQualifier
-
getValueQualifier
@Accessor(qualifier="valueQualifier", type=GETTER) public java.lang.String getValueQualifier()
Generated method - Getter of theCockpitSavedFacetValue.valueQualifier
attribute defined at extensioncockpit
.- Returns:
- the valueQualifier
-
setCockpitSavedQuery
@Accessor(qualifier="cockpitSavedQuery", type=SETTER) public void setCockpitSavedQuery(CockpitSavedQueryModel value)
Generated method - Setter ofCockpitSavedFacetValue.cockpitSavedQuery
attribute defined at extensioncockpit
.- Parameters:
value
- the cockpitSavedQuery
-
setFacetQualifier
@Accessor(qualifier="facetQualifier", type=SETTER) public void setFacetQualifier(java.lang.String value)
Generated method - Setter ofCockpitSavedFacetValue.facetQualifier
attribute defined at extensioncockpit
.- Parameters:
value
- the facetQualifier
-
-