public class AbstractRetentionRuleModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTIONREFERENCE
Generated constant - Attribute key of
AbstractRetentionRule.actionReference attribute defined at extension processing. |
static java.lang.String |
CODE
Generated constant - Attribute key of
AbstractRetentionRule.code attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractRetentionRuleModel()
Generated constructor - Default constructor for generic creation.
|
AbstractRetentionRuleModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractRetentionRuleModel(java.lang.String _actionReference,
java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractRetentionRuleModel(java.lang.String _actionReference,
java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionReference()
Generated method - Getter of the
AbstractRetentionRule.actionReference attribute defined at extension processing. |
java.lang.String |
getCode()
Generated method - Getter of the
AbstractRetentionRule.code attribute defined at extension processing. |
void |
setActionReference(java.lang.String value)
Generated method - Setter of
AbstractRetentionRule.actionReference attribute defined at extension processing. |
void |
setCode(java.lang.String value)
Generated method - Setter of
AbstractRetentionRule.code 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 CODE
AbstractRetentionRule.code attribute defined at extension processing.public static final java.lang.String ACTIONREFERENCE
AbstractRetentionRule.actionReference attribute defined at extension processing.public AbstractRetentionRuleModel()
public AbstractRetentionRuleModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AbstractRetentionRuleModel(java.lang.String _actionReference,
java.lang.String _code)
_actionReference - initial attribute declared by type AbstractRetentionRule at extension processing_code - initial attribute declared by type AbstractRetentionRule at extension processing@Deprecated
public AbstractRetentionRuleModel(java.lang.String _actionReference,
java.lang.String _code,
ItemModel _owner)
_actionReference - initial attribute declared by type AbstractRetentionRule at extension processing_code - initial attribute declared by type AbstractRetentionRule at extension processing_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="actionReference", type=GETTER) public java.lang.String getActionReference()
AbstractRetentionRule.actionReference attribute defined at extension processing.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
AbstractRetentionRule.code attribute defined at extension processing.@Accessor(qualifier="actionReference", type=SETTER) public void setActionReference(java.lang.String value)
AbstractRetentionRule.actionReference attribute defined at extension processing.value - the actionReferenceCopyright © 2018 SAP SE. All Rights Reserved.