Package de.hybris.platform.cronjob.model
Class JobSearchRestrictionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.JobSearchRestrictionModel
- All Implemented Interfaces:
Serializable
Generated model class for type JobSearchRestriction first defined at extension processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationJobSearchRestrictionRelationdefining source attributejobin extensionprocessing.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofJobSearchRestriction.codeattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofJobSearchRestriction.jobattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofJobSearchRestriction.jobPOSattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofJobSearchRestriction.queryattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofJobSearchRestriction.typeattribute defined at extensionprocessing.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.JobSearchRestrictionModel(ItemModel _owner, String _query, ComposedTypeModel _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobSearchRestrictionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextJobSearchRestrictionModel(String _query, ComposedTypeModel _type) 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 TypeMethodDescriptiongetCode()Generated method - Getter of theJobSearchRestriction.codeattribute defined at extensionprocessing.getJob()Generated method - Getter of theJobSearchRestriction.jobattribute defined at extensionprocessing.getQuery()Generated method - Getter of theJobSearchRestriction.queryattribute defined at extensionprocessing.getType()Generated method - Getter of theJobSearchRestriction.typeattribute defined at extensionprocessing.voidGenerated method - Setter ofJobSearchRestriction.codeattribute defined at extensionprocessing.voidGenerated method - Setter ofJobSearchRestriction.jobattribute defined at extensionprocessing.voidGenerated method - Setter ofJobSearchRestriction.queryattribute defined at extensionprocessing.voidsetType(ComposedTypeModel value) Generated method - Setter ofJobSearchRestriction.typeattribute defined at extensionprocessing.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:
-
_JOBSEARCHRESTRICTIONRELATION
Generated relation code constant for relationJobSearchRestrictionRelationdefining source attributejobin extensionprocessing.- See Also:
-
CODE
Generated constant - Attribute key ofJobSearchRestriction.codeattribute defined at extensionprocessing.- See Also:
-
TYPE
Generated constant - Attribute key ofJobSearchRestriction.typeattribute defined at extensionprocessing.- See Also:
-
QUERY
Generated constant - Attribute key ofJobSearchRestriction.queryattribute defined at extensionprocessing.- See Also:
-
JOBPOS
Generated constant - Attribute key ofJobSearchRestriction.jobPOSattribute defined at extensionprocessing.- See Also:
-
JOB
Generated constant - Attribute key ofJobSearchRestriction.jobattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
JobSearchRestrictionModel
public JobSearchRestrictionModel()Generated constructor - Default constructor for generic creation. -
JobSearchRestrictionModel
public JobSearchRestrictionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
JobSearchRestrictionModel
@Deprecated(since="4.1.1", forRemoval=true) public JobSearchRestrictionModel(String _query, ComposedTypeModel _type) 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:
_query- initial attribute declared by typeJobSearchRestrictionat extensionprocessing_type- initial attribute declared by typeJobSearchRestrictionat extensionprocessing
-
JobSearchRestrictionModel
@Deprecated(since="4.1.1", forRemoval=true) public JobSearchRestrictionModel(ItemModel _owner, String _query, ComposedTypeModel _type) 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:
_owner- initial attribute declared by typeItemat extensioncore_query- initial attribute declared by typeJobSearchRestrictionat extensionprocessing_type- initial attribute declared by typeJobSearchRestrictionat extensionprocessing
-
-
Method Details
-
getCode
Generated method - Getter of theJobSearchRestriction.codeattribute defined at extensionprocessing.- Returns:
- the code - ID
-
getJob
Generated method - Getter of theJobSearchRestriction.jobattribute defined at extensionprocessing.- Returns:
- the job - assigned job
-
getQuery
Generated method - Getter of theJobSearchRestriction.queryattribute defined at extensionprocessing.- Returns:
- the query - Search Restriction query
-
getType
Generated method - Getter of theJobSearchRestriction.typeattribute defined at extensionprocessing.- Returns:
- the type - Code of the Type for which the restriction is defined
-
setCode
Generated method - Setter ofJobSearchRestriction.codeattribute defined at extensionprocessing.- Parameters:
value- the code - ID
-
setJob
Generated method - Setter ofJobSearchRestriction.jobattribute defined at extensionprocessing.- Parameters:
value- the job - assigned job
-
setQuery
Generated method - Setter ofJobSearchRestriction.queryattribute defined at extensionprocessing.- Parameters:
value- the query - Search Restriction query
-
setType
Generated method - Setter ofJobSearchRestriction.typeattribute defined at extensionprocessing.- Parameters:
value- the type - Code of the Type for which the restriction is defined
-