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_COCKPITSAVEDQUERY2COCKPITSAVEDFACETVALUERELATIONGenerated relation code constant for relationCockpitSavedQuery2CockpitSavedFacetValueRelationdefining source attributecockpitSavedQueryin extensioncockpit.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCOCKPITSAVEDQUERYGenerated constant - Attribute key ofCockpitSavedFacetValue.cockpitSavedQueryattribute defined at extensioncockpit.static java.lang.StringFACETQUALIFIERGenerated constant - Attribute key ofCockpitSavedFacetValue.facetQualifierattribute defined at extensioncockpit.static java.lang.StringVALUEQUALIFIERGenerated constant - Attribute key ofCockpitSavedFacetValue.valueQualifierattribute 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 CockpitSavedQueryModelgetCockpitSavedQuery()Generated method - Getter of theCockpitSavedFacetValue.cockpitSavedQueryattribute defined at extensioncockpit.java.lang.StringgetFacetQualifier()Generated method - Getter of theCockpitSavedFacetValue.facetQualifierattribute defined at extensioncockpit.java.lang.StringgetValueQualifier()Generated method - Getter of theCockpitSavedFacetValue.valueQualifierattribute defined at extensioncockpit.voidsetCockpitSavedQuery(CockpitSavedQueryModel value)Generated method - Setter ofCockpitSavedFacetValue.cockpitSavedQueryattribute defined at extensioncockpit.voidsetFacetQualifier(java.lang.String value)Generated method - Setter ofCockpitSavedFacetValue.facetQualifierattribute defined at extensioncockpit.voidsetValueQualifier(java.lang.String value)Generated method - Setter ofCockpitSavedFacetValue.valueQualifierattribute 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 relationCockpitSavedQuery2CockpitSavedFacetValueRelationdefining source attributecockpitSavedQueryin extensioncockpit.- See Also:
- Constant Field Values
-
FACETQUALIFIER
public static final java.lang.String FACETQUALIFIER
Generated constant - Attribute key ofCockpitSavedFacetValue.facetQualifierattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
VALUEQUALIFIER
public static final java.lang.String VALUEQUALIFIER
Generated constant - Attribute key ofCockpitSavedFacetValue.valueQualifierattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
COCKPITSAVEDQUERY
public static final java.lang.String COCKPITSAVEDQUERY
Generated constant - Attribute key ofCockpitSavedFacetValue.cockpitSavedQueryattribute 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 typeCockpitSavedFacetValueat extensioncockpit_valueQualifier- initial attribute declared by typeCockpitSavedFacetValueat 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 typeCockpitSavedFacetValueat extensioncockpit_owner- initial attribute declared by typeItemat extensioncore_valueQualifier- initial attribute declared by typeCockpitSavedFacetValueat extensioncockpit
-
-
Method Detail
-
getCockpitSavedQuery
@Accessor(qualifier="cockpitSavedQuery", type=GETTER) public CockpitSavedQueryModel getCockpitSavedQuery()
Generated method - Getter of theCockpitSavedFacetValue.cockpitSavedQueryattribute defined at extensioncockpit.- Returns:
- the cockpitSavedQuery
-
getFacetQualifier
@Accessor(qualifier="facetQualifier", type=GETTER) public java.lang.String getFacetQualifier()
Generated method - Getter of theCockpitSavedFacetValue.facetQualifierattribute defined at extensioncockpit.- Returns:
- the facetQualifier
-
getValueQualifier
@Accessor(qualifier="valueQualifier", type=GETTER) public java.lang.String getValueQualifier()
Generated method - Getter of theCockpitSavedFacetValue.valueQualifierattribute defined at extensioncockpit.- Returns:
- the valueQualifier
-
setCockpitSavedQuery
@Accessor(qualifier="cockpitSavedQuery", type=SETTER) public void setCockpitSavedQuery(CockpitSavedQueryModel value)
Generated method - Setter ofCockpitSavedFacetValue.cockpitSavedQueryattribute defined at extensioncockpit.- Parameters:
value- the cockpitSavedQuery
-
setFacetQualifier
@Accessor(qualifier="facetQualifier", type=SETTER) public void setFacetQualifier(java.lang.String value)
Generated method - Setter ofCockpitSavedFacetValue.facetQualifierattribute defined at extensioncockpit.- Parameters:
value- the facetQualifier
-
-