public class SearchRestrictionModel extends TypeManagerManagedModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_PRINCIPAL2SEARCHRESTRICTIONRELATION
Generated relation code constant for relation
Principal2SearchRestrictionRelation defining source attribute principal in extension core. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIVE
Generated constant - Attribute key of
SearchRestriction.active attribute defined at extension core. |
static String |
CODE
Generated constant - Attribute key of
SearchRestriction.code attribute defined at extension core. |
static String |
PRINCIPAL
Generated constant - Attribute key of
SearchRestriction.principal attribute defined at extension core. |
static String |
QUERY
Generated constant - Attribute key of
SearchRestriction.query attribute defined at extension core. |
static String |
RESTRICTEDTYPE
Generated constant - Attribute key of
SearchRestriction.restrictedType attribute defined at extension core. |
AUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SearchRestrictionModel()
Generated constructor - Default constructor for generic creation.
|
SearchRestrictionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SearchRestrictionModel(String _code,
Boolean _generate,
ItemModel _owner,
PrincipalModel _principal,
String _query,
ComposedTypeModel _restrictedType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SearchRestrictionModel(String _code,
Boolean _generate,
PrincipalModel _principal,
String _query,
ComposedTypeModel _restrictedType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Generated method - Getter of the
SearchRestriction.active attribute defined at extension core. |
String |
getCode()
Generated method - Getter of the
SearchRestriction.code attribute defined at extension core. |
PrincipalModel |
getPrincipal()
Generated method - Getter of the
SearchRestriction.principal attribute defined at extension core. |
String |
getQuery()
Generated method - Getter of the
SearchRestriction.query attribute defined at extension core. |
ComposedTypeModel |
getRestrictedType()
Generated method - Getter of the
SearchRestriction.restrictedType attribute defined at extension core. |
void |
setActive(Boolean value)
Generated method - Setter of
SearchRestriction.active attribute defined at extension core. |
void |
setCode(String value)
Generated method - Setter of
SearchRestriction.code attribute defined at extension core. |
void |
setPrincipal(PrincipalModel value)
Generated method - Setter of
SearchRestriction.principal attribute defined at extension core. |
void |
setQuery(String value)
Generated method - Setter of
SearchRestriction.query attribute defined at extension core. |
void |
setRestrictedType(ComposedTypeModel value)
Generated method - Setter of
SearchRestriction.restrictedType attribute defined at extension core. |
getAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNamegetComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String _PRINCIPAL2SEARCHRESTRICTIONRELATION
Principal2SearchRestrictionRelation defining source attribute principal in extension core.public static final String CODE
SearchRestriction.code attribute defined at extension core.public static final String ACTIVE
SearchRestriction.active attribute defined at extension core.public static final String PRINCIPAL
SearchRestriction.principal attribute defined at extension core.public static final String QUERY
SearchRestriction.query attribute defined at extension core.public static final String RESTRICTEDTYPE
SearchRestriction.restrictedType attribute defined at extension core.public SearchRestrictionModel()
public SearchRestrictionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SearchRestrictionModel(String _code, Boolean _generate, PrincipalModel _principal, String _query, ComposedTypeModel _restrictedType)
_code - initial attribute declared by type SearchRestriction at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_principal - initial attribute declared by type SearchRestriction at extension core_query - initial attribute declared by type SearchRestriction at extension core_restrictedType - initial attribute declared by type SearchRestriction at extension core@Deprecated public SearchRestrictionModel(String _code, Boolean _generate, ItemModel _owner, PrincipalModel _principal, String _query, ComposedTypeModel _restrictedType)
_code - initial attribute declared by type SearchRestriction at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core_principal - initial attribute declared by type SearchRestriction at extension core_query - initial attribute declared by type SearchRestriction at extension core_restrictedType - initial attribute declared by type SearchRestriction at extension core@Accessor(qualifier="active", type=GETTER) public Boolean getActive()
SearchRestriction.active attribute defined at extension core.@Accessor(qualifier="code", type=GETTER) public String getCode()
SearchRestriction.code attribute defined at extension core.@Accessor(qualifier="principal", type=GETTER) public PrincipalModel getPrincipal()
SearchRestriction.principal attribute defined at extension core.@Accessor(qualifier="query", type=GETTER) public String getQuery()
SearchRestriction.query attribute defined at extension core.@Accessor(qualifier="restrictedType", type=GETTER) public ComposedTypeModel getRestrictedType()
SearchRestriction.restrictedType attribute defined at extension core.@Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
SearchRestriction.active attribute defined at extension core.value - the active@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
SearchRestriction.code attribute defined at extension core.value - the code@Accessor(qualifier="principal", type=SETTER) public void setPrincipal(PrincipalModel value)
SearchRestriction.principal attribute defined at extension core.value - the principal@Accessor(qualifier="query", type=SETTER) public void setQuery(String value)
SearchRestriction.query attribute defined at extension core.value - the query@Accessor(qualifier="restrictedType", type=SETTER) public void setRestrictedType(ComposedTypeModel value)
SearchRestriction.restrictedType attribute defined at extension core.value - the restrictedTypeCopyright © 2017 SAP SE. All Rights Reserved.