public class JobSearchRestrictionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_JOBSEARCHRESTRICTIONRELATION
Generated relation code constant for relation
JobSearchRestrictionRelation defining source attribute job in extension processing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
JobSearchRestriction.code attribute defined at extension processing. |
static java.lang.String |
JOB
Generated constant - Attribute key of
JobSearchRestriction.job attribute defined at extension processing. |
static java.lang.String |
JOBPOS
Generated constant - Attribute key of
JobSearchRestriction.jobPOS attribute defined at extension processing. |
static java.lang.String |
QUERY
Generated constant - Attribute key of
JobSearchRestriction.query attribute defined at extension processing. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
JobSearchRestriction.type attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
JobSearchRestrictionModel()
Generated constructor - Default constructor for generic creation.
|
JobSearchRestrictionModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
JobSearchRestrictionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
JobSearchRestriction.code attribute defined at extension processing. |
JobModel |
getJob()
Generated method - Getter of the
JobSearchRestriction.job attribute defined at extension processing. |
java.lang.String |
getQuery()
Generated method - Getter of the
JobSearchRestriction.query attribute defined at extension processing. |
ComposedTypeModel |
getType()
Generated method - Getter of the
JobSearchRestriction.type attribute defined at extension processing. |
void |
setCode(java.lang.String value)
Generated method - Setter of
JobSearchRestriction.code attribute defined at extension processing. |
void |
setJob(JobModel value)
Generated method - Setter of
JobSearchRestriction.job attribute defined at extension processing. |
void |
setQuery(java.lang.String value)
Generated method - Setter of
JobSearchRestriction.query attribute defined at extension processing. |
void |
setType(ComposedTypeModel value)
Generated method - Setter of
JobSearchRestriction.type attribute defined at extension processing. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _JOBSEARCHRESTRICTIONRELATION
JobSearchRestrictionRelation defining source attribute job in extension processing.public static final java.lang.String CODE
JobSearchRestriction.code attribute defined at extension processing.public static final java.lang.String TYPE
JobSearchRestriction.type attribute defined at extension processing.public static final java.lang.String QUERY
JobSearchRestriction.query attribute defined at extension processing.public static final java.lang.String JOBPOS
JobSearchRestriction.jobPOS attribute defined at extension processing.public static final java.lang.String JOB
JobSearchRestriction.job attribute defined at extension processing.public JobSearchRestrictionModel()
public JobSearchRestrictionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public JobSearchRestrictionModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
JobSearchRestriction.code attribute defined at extension processing.@Accessor(qualifier="job", type=GETTER) public JobModel getJob()
JobSearchRestriction.job attribute defined at extension processing.@Accessor(qualifier="query", type=GETTER) public java.lang.String getQuery()
JobSearchRestriction.query attribute defined at extension processing.@Accessor(qualifier="type", type=GETTER) public ComposedTypeModel getType()
JobSearchRestriction.type attribute defined at extension processing.@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
JobSearchRestriction.code attribute defined at extension processing.value - the code - ID@Accessor(qualifier="job", type=SETTER) public void setJob(JobModel value)
JobSearchRestriction.job attribute defined at extension processing.value - the job - assigned job@Accessor(qualifier="query", type=SETTER) public void setQuery(java.lang.String value)
JobSearchRestriction.query attribute defined at extension processing.value - the query - Search Restriction query@Accessor(qualifier="type", type=SETTER) public void setType(ComposedTypeModel value)
JobSearchRestriction.type attribute defined at extension processing.value - the type - Code of the Type for which the restriction is definedCopyright © 2018 SAP SE. All Rights Reserved.