public class BruteForceLoginAttemptsModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ATTEMPTS
Generated constant - Attribute key of
BruteForceLoginAttempts.attempts attribute defined at extension core. |
static String |
UID
Generated constant - Attribute key of
BruteForceLoginAttempts.uid attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BruteForceLoginAttemptsModel()
Generated constructor - Default constructor for generic creation.
|
BruteForceLoginAttemptsModel(Integer _attempts,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BruteForceLoginAttemptsModel(Integer _attempts,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BruteForceLoginAttemptsModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttempts()
Generated method - Getter of the
BruteForceLoginAttempts.attempts attribute defined at extension core. |
String |
getUid()
Generated method - Getter of the
BruteForceLoginAttempts.uid attribute defined at extension core. |
void |
setAttempts(Integer value)
Generated method - Setter of
BruteForceLoginAttempts.attempts attribute defined at extension core. |
void |
setUid(String value)
Generated method - Initial setter of
BruteForceLoginAttempts.uid 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
BruteForceLoginAttempts.uid attribute defined at extension core.public static final String ATTEMPTS
BruteForceLoginAttempts.attempts attribute defined at extension core.public BruteForceLoginAttemptsModel()
public BruteForceLoginAttemptsModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BruteForceLoginAttemptsModel(Integer _attempts, String _uid)
_attempts - initial attribute declared by type BruteForceLoginAttempts at extension core_uid - initial attribute declared by type BruteForceLoginAttempts at extension core@Deprecated public BruteForceLoginAttemptsModel(Integer _attempts, ItemModel _owner, String _uid)
_attempts - initial attribute declared by type BruteForceLoginAttempts at extension core_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type BruteForceLoginAttempts at extension core@Accessor(qualifier="attempts", type=GETTER) public Integer getAttempts()
BruteForceLoginAttempts.attempts attribute defined at extension core.@Accessor(qualifier="uid", type=GETTER) public String getUid()
BruteForceLoginAttempts.uid attribute defined at extension core.@Accessor(qualifier="attempts", type=SETTER) public void setAttempts(Integer value)
BruteForceLoginAttempts.attempts attribute defined at extension core.value - the attemptsCopyright © 2017 SAP SE. All Rights Reserved.