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_JOBSEARCHRESTRICTIONRELATIONGenerated relation code constant for relationJobSearchRestrictionRelationdefining source attributejobin extensionprocessing.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCODEGenerated constant - Attribute key ofJobSearchRestriction.codeattribute defined at extensionprocessing.static java.lang.StringJOBGenerated constant - Attribute key ofJobSearchRestriction.jobattribute defined at extensionprocessing.static java.lang.StringJOBPOSGenerated constant - Attribute key ofJobSearchRestriction.jobPOSattribute defined at extensionprocessing.static java.lang.StringQUERYGenerated constant - Attribute key ofJobSearchRestriction.queryattribute defined at extensionprocessing.static java.lang.StringTYPEGenerated 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, 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.StringgetCode()Generated method - Getter of theJobSearchRestriction.codeattribute defined at extensionprocessing.JobModelgetJob()Generated method - Getter of theJobSearchRestriction.jobattribute defined at extensionprocessing.java.lang.StringgetQuery()Generated method - Getter of theJobSearchRestriction.queryattribute defined at extensionprocessing.ComposedTypeModelgetType()Generated method - Getter of theJobSearchRestriction.typeattribute defined at extensionprocessing.voidsetCode(java.lang.String value)Generated method - Setter ofJobSearchRestriction.codeattribute defined at extensionprocessing.voidsetJob(JobModel value)Generated method - Setter ofJobSearchRestriction.jobattribute defined at extensionprocessing.voidsetQuery(java.lang.String value)Generated 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, 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 relationJobSearchRestrictionRelationdefining source attributejobin extensionprocessing.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofJobSearchRestriction.codeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Generated constant - Attribute key ofJobSearchRestriction.typeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
QUERY
public static final java.lang.String QUERY
Generated constant - Attribute key ofJobSearchRestriction.queryattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
JOBPOS
public static final java.lang.String JOBPOS
Generated constant - Attribute key ofJobSearchRestriction.jobPOSattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
JOB
public static final java.lang.String JOB
Generated constant - Attribute key ofJobSearchRestriction.jobattribute 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 typeItemat extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theJobSearchRestriction.codeattribute defined at extensionprocessing.- Returns:
- the code - ID
-
getJob
@Accessor(qualifier="job", type=GETTER) public JobModel getJob()
Generated method - Getter of theJobSearchRestriction.jobattribute defined at extensionprocessing.- Returns:
- the job - assigned job
-
getQuery
@Accessor(qualifier="query", type=GETTER) public java.lang.String getQuery()
Generated method - Getter of theJobSearchRestriction.queryattribute defined at extensionprocessing.- Returns:
- the query - Search Restriction query
-
getType
@Accessor(qualifier="type", type=GETTER) public ComposedTypeModel getType()
Generated method - Getter of theJobSearchRestriction.typeattribute 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.codeattribute defined at extensionprocessing.- Parameters:
value- the code - ID
-
setJob
@Accessor(qualifier="job", type=SETTER) public void setJob(JobModel value)
Generated method - Setter ofJobSearchRestriction.jobattribute 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.queryattribute 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.typeattribute defined at extensionprocessing.- Parameters:
value- the type - Code of the Type for which the restriction is defined
-
-