public class SystemSetupAuditModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CLASSNAME
Generated constant - Attribute key of
SystemSetupAudit.className attribute defined at extension core. |
static String |
DESCRIPTION
Generated constant - Attribute key of
SystemSetupAudit.description attribute defined at extension core. |
static String |
EXTENSIONNAME
Generated constant - Attribute key of
SystemSetupAudit.extensionName attribute defined at extension core. |
static String |
HASH
Generated constant - Attribute key of
SystemSetupAudit.hash attribute defined at extension core. |
static String |
METHODNAME
Generated constant - Attribute key of
SystemSetupAudit.methodName attribute defined at extension core. |
static String |
NAME
Generated constant - Attribute key of
SystemSetupAudit.name attribute defined at extension core. |
static String |
PATCH
Generated constant - Attribute key of
SystemSetupAudit.patch attribute defined at extension core. |
static String |
REQUIRED
Generated constant - Attribute key of
SystemSetupAudit.required attribute defined at extension core. |
static String |
USER
Generated constant - Attribute key of
SystemSetupAudit.user attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SystemSetupAuditModel()
Generated constructor - Default constructor for generic creation.
|
SystemSetupAuditModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SystemSetupAuditModel(String _className,
String _extensionName,
String _hash,
String _methodName,
String _name,
boolean _patch,
boolean _required,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SystemSetupAuditModel(String _className,
String _extensionName,
String _hash,
String _methodName,
String _name,
ItemModel _owner,
boolean _patch,
boolean _required,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Generated method - Getter of the
SystemSetupAudit.className attribute defined at extension core. |
String |
getDescription()
Generated method - Getter of the
SystemSetupAudit.description attribute defined at extension core. |
String |
getExtensionName()
Generated method - Getter of the
SystemSetupAudit.extensionName attribute defined at extension core. |
String |
getHash()
Generated method - Getter of the
SystemSetupAudit.hash attribute defined at extension core. |
String |
getMethodName()
Generated method - Getter of the
SystemSetupAudit.methodName attribute defined at extension core. |
String |
getName()
Generated method - Getter of the
SystemSetupAudit.name attribute defined at extension core. |
UserModel |
getUser()
Generated method - Getter of the
SystemSetupAudit.user attribute defined at extension core. |
boolean |
isPatch()
Generated method - Getter of the
SystemSetupAudit.patch attribute defined at extension core. |
boolean |
isRequired()
Generated method - Getter of the
SystemSetupAudit.required attribute defined at extension core. |
void |
setClassName(String value)
Generated method - Initial setter of
SystemSetupAudit.className attribute defined at extension core. |
void |
setDescription(String value)
Generated method - Setter of
SystemSetupAudit.description attribute defined at extension core. |
void |
setExtensionName(String value)
Generated method - Initial setter of
SystemSetupAudit.extensionName attribute defined at extension core. |
void |
setHash(String value)
Generated method - Initial setter of
SystemSetupAudit.hash attribute defined at extension core. |
void |
setMethodName(String value)
Generated method - Initial setter of
SystemSetupAudit.methodName attribute defined at extension core. |
void |
setName(String value)
Generated method - Initial setter of
SystemSetupAudit.name attribute defined at extension core. |
void |
setPatch(boolean value)
Generated method - Initial setter of
SystemSetupAudit.patch attribute defined at extension core. |
void |
setRequired(boolean value)
Generated method - Initial setter of
SystemSetupAudit.required attribute defined at extension core. |
void |
setUser(UserModel value)
Generated method - Initial setter of
SystemSetupAudit.user attribute defined at extension core. |
getComments, 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 HASH
SystemSetupAudit.hash attribute defined at extension core.public static final String EXTENSIONNAME
SystemSetupAudit.extensionName attribute defined at extension core.public static final String REQUIRED
SystemSetupAudit.required attribute defined at extension core.public static final String PATCH
SystemSetupAudit.patch attribute defined at extension core.public static final String USER
SystemSetupAudit.user attribute defined at extension core.public static final String NAME
SystemSetupAudit.name attribute defined at extension core.public static final String CLASSNAME
SystemSetupAudit.className attribute defined at extension core.public static final String METHODNAME
SystemSetupAudit.methodName attribute defined at extension core.public static final String DESCRIPTION
SystemSetupAudit.description attribute defined at extension core.public SystemSetupAuditModel()
public SystemSetupAuditModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, boolean _patch, boolean _required, UserModel _user)
_className - initial attribute declared by type SystemSetupAudit at extension core_extensionName - initial attribute declared by type SystemSetupAudit at extension core_hash - initial attribute declared by type SystemSetupAudit at extension core_methodName - initial attribute declared by type SystemSetupAudit at extension core_name - initial attribute declared by type SystemSetupAudit at extension core_patch - initial attribute declared by type SystemSetupAudit at extension core_required - initial attribute declared by type SystemSetupAudit at extension core_user - initial attribute declared by type SystemSetupAudit at extension core@Deprecated public SystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, ItemModel _owner, boolean _patch, boolean _required, UserModel _user)
_className - initial attribute declared by type SystemSetupAudit at extension core_extensionName - initial attribute declared by type SystemSetupAudit at extension core_hash - initial attribute declared by type SystemSetupAudit at extension core_methodName - initial attribute declared by type SystemSetupAudit at extension core_name - initial attribute declared by type SystemSetupAudit at extension core_owner - initial attribute declared by type Item at extension core_patch - initial attribute declared by type SystemSetupAudit at extension core_required - initial attribute declared by type SystemSetupAudit at extension core_user - initial attribute declared by type SystemSetupAudit at extension core@Accessor(qualifier="className", type=GETTER) public String getClassName()
SystemSetupAudit.className attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription()
SystemSetupAudit.description attribute defined at extension core.@Accessor(qualifier="extensionName", type=GETTER) public String getExtensionName()
SystemSetupAudit.extensionName attribute defined at extension core.@Accessor(qualifier="hash", type=GETTER) public String getHash()
SystemSetupAudit.hash attribute defined at extension core.@Accessor(qualifier="methodName", type=GETTER) public String getMethodName()
SystemSetupAudit.methodName attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName()
SystemSetupAudit.name attribute defined at extension core.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
SystemSetupAudit.user attribute defined at extension core.@Accessor(qualifier="patch", type=GETTER) public boolean isPatch()
SystemSetupAudit.patch attribute defined at extension core.@Accessor(qualifier="required", type=GETTER) public boolean isRequired()
SystemSetupAudit.required attribute defined at extension core.@Accessor(qualifier="className", type=SETTER) public void setClassName(String value)
SystemSetupAudit.className attribute defined at extension core. Can only be used at creation of model - before first save.value - the className@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
SystemSetupAudit.description attribute defined at extension core.value - the description@Accessor(qualifier="extensionName", type=SETTER) public void setExtensionName(String value)
SystemSetupAudit.extensionName attribute defined at extension core. Can only be used at creation of model - before first save.value - the extensionName@Accessor(qualifier="hash", type=SETTER) public void setHash(String value)
SystemSetupAudit.hash attribute defined at extension core. Can only be used at creation of model - before first save.value - the hash@Accessor(qualifier="methodName", type=SETTER) public void setMethodName(String value)
SystemSetupAudit.methodName attribute defined at extension core. Can only be used at creation of model - before first save.value - the methodName@Accessor(qualifier="name", type=SETTER) public void setName(String value)
SystemSetupAudit.name attribute defined at extension core. Can only be used at creation of model - before first save.value - the name@Accessor(qualifier="patch", type=SETTER) public void setPatch(boolean value)
SystemSetupAudit.patch attribute defined at extension core. Can only be used at creation of model - before first save.value - the patch@Accessor(qualifier="required", type=SETTER) public void setRequired(boolean value)
SystemSetupAudit.required attribute defined at extension core. Can only be used at creation of model - before first save.value - the requiredCopyright © 2017 SAP SE. All Rights Reserved.