public class AbstractUserAuditModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CHANGINGAPPLICATION
Generated constant - Attribute key of
AbstractUserAudit.changingApplication attribute defined at extension core. |
static String |
CHANGINGUSER
Generated constant - Attribute key of
AbstractUserAudit.changingUser attribute defined at extension core. |
static String |
IPADDRESS
Generated constant - Attribute key of
AbstractUserAudit.ipAddress attribute defined at extension core. |
static String |
UID
Generated constant - Attribute key of
AbstractUserAudit.uid attribute defined at extension core. |
static String |
USERPK
Generated constant - Attribute key of
AbstractUserAudit.userPK attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractUserAuditModel()
Generated constructor - Default constructor for generic creation.
|
AbstractUserAuditModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractUserAuditModel(String _ipAddress,
ItemModel _owner,
String _uid,
Long _userPK)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractUserAuditModel(String _uid,
Long _userPK)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChangingApplication()
Generated method - Getter of the
AbstractUserAudit.changingApplication attribute defined at extension core. |
String |
getChangingUser()
Generated method - Getter of the
AbstractUserAudit.changingUser attribute defined at extension core. |
String |
getIpAddress()
Generated method - Getter of the
AbstractUserAudit.ipAddress attribute defined at extension core. |
String |
getUid()
Generated method - Getter of the
AbstractUserAudit.uid attribute defined at extension core. |
Long |
getUserPK()
Generated method - Getter of the
AbstractUserAudit.userPK attribute defined at extension core. |
void |
setChangingApplication(String value)
Generated method - Setter of
AbstractUserAudit.changingApplication attribute defined at extension core. |
void |
setChangingUser(String value)
Generated method - Setter of
AbstractUserAudit.changingUser attribute defined at extension core. |
void |
setIpAddress(String value)
Generated method - Initial setter of
AbstractUserAudit.ipAddress attribute defined at extension core. |
void |
setUid(String value)
Generated method - Initial setter of
AbstractUserAudit.uid attribute defined at extension core. |
void |
setUserPK(Long value)
Generated method - Initial setter of
AbstractUserAudit.userPK 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 UID
AbstractUserAudit.uid attribute defined at extension core.public static final String USERPK
AbstractUserAudit.userPK attribute defined at extension core.public static final String CHANGINGUSER
AbstractUserAudit.changingUser attribute defined at extension core.public static final String CHANGINGAPPLICATION
AbstractUserAudit.changingApplication attribute defined at extension core.public static final String IPADDRESS
AbstractUserAudit.ipAddress attribute defined at extension core.public AbstractUserAuditModel()
public AbstractUserAuditModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractUserAuditModel(String _uid, Long _userPK)
_uid - initial attribute declared by type AbstractUserAudit at extension core_userPK - initial attribute declared by type AbstractUserAudit at extension core@Deprecated public AbstractUserAuditModel(String _ipAddress, ItemModel _owner, String _uid, Long _userPK)
_ipAddress - initial attribute declared by type AbstractUserAudit at extension core_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type AbstractUserAudit at extension core_userPK - initial attribute declared by type AbstractUserAudit at extension core@Accessor(qualifier="changingApplication", type=GETTER) public String getChangingApplication()
AbstractUserAudit.changingApplication attribute defined at extension core.@Accessor(qualifier="changingUser", type=GETTER) public String getChangingUser()
AbstractUserAudit.changingUser attribute defined at extension core.@Accessor(qualifier="ipAddress", type=GETTER) public String getIpAddress()
AbstractUserAudit.ipAddress attribute defined at extension core.@Accessor(qualifier="uid", type=GETTER) public String getUid()
AbstractUserAudit.uid attribute defined at extension core.@Accessor(qualifier="userPK", type=GETTER) public Long getUserPK()
AbstractUserAudit.userPK attribute defined at extension core.@Accessor(qualifier="changingApplication", type=SETTER) public void setChangingApplication(String value)
AbstractUserAudit.changingApplication attribute defined at extension core.value - the changingApplication@Accessor(qualifier="changingUser", type=SETTER) public void setChangingUser(String value)
AbstractUserAudit.changingUser attribute defined at extension core.value - the changingUser@Accessor(qualifier="ipAddress", type=SETTER) public void setIpAddress(String value)
AbstractUserAudit.ipAddress attribute defined at extension core. Can only be used at creation of model - before first save.value - the ipAddress@Accessor(qualifier="uid", type=SETTER) public void setUid(String value)
AbstractUserAudit.uid attribute defined at extension core. Can only be used at creation of model - before first save.value - the uidCopyright © 2017 SAP SE. All Rights Reserved.