Package de.hybris.platform.cockpit.model
Class CockpitSavedSortCriterionModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cockpit.model.CockpitSavedSortCriterionModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CockpitSavedSortCriterionModel extends ItemModel
Generated model class for type CockpitSavedSortCriterion 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_COCKPITSAVEDQUERY2COCKPITSAVEDSORTCRITERIONRELATIONGenerated relation code constant for relationCockpitSavedQuery2CockpitSavedSortCriterionRelationdefining source attributecockpitSavedQueryin extensioncockpit.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringASCGenerated constant - Attribute key ofCockpitSavedSortCriterion.ascattribute defined at extensioncockpit.static java.lang.StringCOCKPITSAVEDQUERYGenerated constant - Attribute key ofCockpitSavedSortCriterion.cockpitSavedQueryattribute defined at extensioncockpit.static java.lang.StringCRITERIONQUALIFIERGenerated constant - Attribute key ofCockpitSavedSortCriterion.criterionQualifierattribute 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 CockpitSavedSortCriterionModel()Generated constructor - Default constructor for generic creation.CockpitSavedSortCriterionModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextCockpitSavedSortCriterionModel(java.lang.String _criterionQualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitSavedSortCriterionModel(java.lang.String _criterionQualifier, ItemModel _owner)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 java.lang.BooleangetAsc()Generated method - Getter of theCockpitSavedSortCriterion.ascattribute defined at extensioncockpit.CockpitSavedQueryModelgetCockpitSavedQuery()Generated method - Getter of theCockpitSavedSortCriterion.cockpitSavedQueryattribute defined at extensioncockpit.java.lang.StringgetCriterionQualifier()Generated method - Getter of theCockpitSavedSortCriterion.criterionQualifierattribute defined at extensioncockpit.voidsetAsc(java.lang.Boolean value)Generated method - Setter ofCockpitSavedSortCriterion.ascattribute defined at extensioncockpit.voidsetCockpitSavedQuery(CockpitSavedQueryModel value)Generated method - Setter ofCockpitSavedSortCriterion.cockpitSavedQueryattribute defined at extensioncockpit.voidsetCriterionQualifier(java.lang.String value)Generated method - Setter ofCockpitSavedSortCriterion.criterionQualifierattribute 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
-
_COCKPITSAVEDQUERY2COCKPITSAVEDSORTCRITERIONRELATION
public static final java.lang.String _COCKPITSAVEDQUERY2COCKPITSAVEDSORTCRITERIONRELATION
Generated relation code constant for relationCockpitSavedQuery2CockpitSavedSortCriterionRelationdefining source attributecockpitSavedQueryin extensioncockpit.- See Also:
- Constant Field Values
-
CRITERIONQUALIFIER
public static final java.lang.String CRITERIONQUALIFIER
Generated constant - Attribute key ofCockpitSavedSortCriterion.criterionQualifierattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
ASC
public static final java.lang.String ASC
Generated constant - Attribute key ofCockpitSavedSortCriterion.ascattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
COCKPITSAVEDQUERY
public static final java.lang.String COCKPITSAVEDQUERY
Generated constant - Attribute key ofCockpitSavedSortCriterion.cockpitSavedQueryattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CockpitSavedSortCriterionModel
public CockpitSavedSortCriterionModel()
Generated constructor - Default constructor for generic creation.
-
CockpitSavedSortCriterionModel
public CockpitSavedSortCriterionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CockpitSavedSortCriterionModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitSavedSortCriterionModel(java.lang.String _criterionQualifier)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:
_criterionQualifier- initial attribute declared by typeCockpitSavedSortCriterionat extensioncockpit
-
CockpitSavedSortCriterionModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitSavedSortCriterionModel(java.lang.String _criterionQualifier, ItemModel _owner)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:
_criterionQualifier- initial attribute declared by typeCockpitSavedSortCriterionat extensioncockpit_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getAsc
@Accessor(qualifier="asc", type=GETTER) public java.lang.Boolean getAsc()
Generated method - Getter of theCockpitSavedSortCriterion.ascattribute defined at extensioncockpit.- Returns:
- the asc
-
getCockpitSavedQuery
@Accessor(qualifier="cockpitSavedQuery", type=GETTER) public CockpitSavedQueryModel getCockpitSavedQuery()
Generated method - Getter of theCockpitSavedSortCriterion.cockpitSavedQueryattribute defined at extensioncockpit.- Returns:
- the cockpitSavedQuery
-
getCriterionQualifier
@Accessor(qualifier="criterionQualifier", type=GETTER) public java.lang.String getCriterionQualifier()
Generated method - Getter of theCockpitSavedSortCriterion.criterionQualifierattribute defined at extensioncockpit.- Returns:
- the criterionQualifier
-
setAsc
@Accessor(qualifier="asc", type=SETTER) public void setAsc(java.lang.Boolean value)
Generated method - Setter ofCockpitSavedSortCriterion.ascattribute defined at extensioncockpit.- Parameters:
value- the asc
-
setCockpitSavedQuery
@Accessor(qualifier="cockpitSavedQuery", type=SETTER) public void setCockpitSavedQuery(CockpitSavedQueryModel value)
Generated method - Setter ofCockpitSavedSortCriterion.cockpitSavedQueryattribute defined at extensioncockpit.- Parameters:
value- the cockpitSavedQuery
-
-