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:
java.io.Serializable
public class JobSearchRestrictionModel extends ItemModel
Generated model class for type JobSearchRestriction first defined at extension processing.- 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
_JOBSEARCHRESTRICTIONRELATION
Generated relation code constant for relationJobSearchRestrictionRelation
defining source attributejob
in extensionprocessing
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CODE
Generated constant - Attribute key ofJobSearchRestriction.code
attribute defined at extensionprocessing
.static java.lang.String
JOB
Generated constant - Attribute key ofJobSearchRestriction.job
attribute defined at extensionprocessing
.static java.lang.String
JOBPOS
Generated constant - Attribute key ofJobSearchRestriction.jobPOS
attribute defined at extensionprocessing
.static java.lang.String
QUERY
Generated constant - Attribute key ofJobSearchRestriction.query
attribute defined at extensionprocessing
.static java.lang.String
TYPE
Generated constant - Attribute key ofJobSearchRestriction.type
attribute defined at extensionprocessing
.-
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 JobSearchRestrictionModel()
Generated constructor - Default constructor for generic creation.JobSearchRestrictionModel(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 parametersJobSearchRestrictionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Generated method - Getter of theJobSearchRestriction.code
attribute defined at extensionprocessing
.JobModel
getJob()
Generated method - Getter of theJobSearchRestriction.job
attribute defined at extensionprocessing
.java.lang.String
getQuery()
Generated method - Getter of theJobSearchRestriction.query
attribute defined at extensionprocessing
.ComposedTypeModel
getType()
Generated method - Getter of theJobSearchRestriction.type
attribute defined at extensionprocessing
.void
setCode(java.lang.String value)
Generated method - Setter ofJobSearchRestriction.code
attribute defined at extensionprocessing
.void
setJob(JobModel value)
Generated method - Setter ofJobSearchRestriction.job
attribute defined at extensionprocessing
.void
setQuery(java.lang.String value)
Generated method - Setter ofJobSearchRestriction.query
attribute defined at extensionprocessing
.void
setType(ComposedTypeModel value)
Generated method - Setter ofJobSearchRestriction.type
attribute defined at extensionprocessing
.-
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
-
_JOBSEARCHRESTRICTIONRELATION
public static final java.lang.String _JOBSEARCHRESTRICTIONRELATION
Generated relation code constant for relationJobSearchRestrictionRelation
defining source attributejob
in extensionprocessing
.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofJobSearchRestriction.code
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Generated constant - Attribute key ofJobSearchRestriction.type
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
QUERY
public static final java.lang.String QUERY
Generated constant - Attribute key ofJobSearchRestriction.query
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
JOBPOS
public static final java.lang.String JOBPOS
Generated constant - Attribute key ofJobSearchRestriction.jobPOS
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
JOB
public static final java.lang.String JOB
Generated constant - Attribute key ofJobSearchRestriction.job
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JobSearchRestrictionModel
public JobSearchRestrictionModel()
Generated constructor - Default constructor for generic creation.
-
JobSearchRestrictionModel
public JobSearchRestrictionModel(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(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:
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theJobSearchRestriction.code
attribute defined at extensionprocessing
.- Returns:
- the code - ID
-
getJob
@Accessor(qualifier="job", type=GETTER) public JobModel getJob()
Generated method - Getter of theJobSearchRestriction.job
attribute defined at extensionprocessing
.- Returns:
- the job - assigned job
-
getQuery
@Accessor(qualifier="query", type=GETTER) public java.lang.String getQuery()
Generated method - Getter of theJobSearchRestriction.query
attribute defined at extensionprocessing
.- Returns:
- the query - Search Restriction query
-
getType
@Accessor(qualifier="type", type=GETTER) public ComposedTypeModel getType()
Generated method - Getter of theJobSearchRestriction.type
attribute defined at extensionprocessing
.- Returns:
- the type - Code of the Type for which the restriction is defined
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofJobSearchRestriction.code
attribute defined at extensionprocessing
.- Parameters:
value
- the code - ID
-
setJob
@Accessor(qualifier="job", type=SETTER) public void setJob(JobModel value)
Generated method - Setter ofJobSearchRestriction.job
attribute defined at extensionprocessing
.- Parameters:
value
- the job - assigned job
-
setQuery
@Accessor(qualifier="query", type=SETTER) public void setQuery(java.lang.String value)
Generated method - Setter ofJobSearchRestriction.query
attribute defined at extensionprocessing
.- Parameters:
value
- the query - Search Restriction query
-
setType
@Accessor(qualifier="type", type=SETTER) public void setType(ComposedTypeModel value)
Generated method - Setter ofJobSearchRestriction.type
attribute defined at extensionprocessing
.- Parameters:
value
- the type - Code of the Type for which the restriction is defined
-
-