public interface UserDef
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_LOGIN
Constant property name for "login" for internal storage and queries.
|
static java.lang.String |
PROP_PASSWORD
Constant property name for "password" for internal storage and queries.
|
static java.lang.String |
PROP_STATUS
Constant property name for "status" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addStatusElement(java.lang.String statusLink)
Adds a new element to the list.
|
java.lang.String |
getLogin()
Returns the value of the login attribute.
|
java.lang.String |
getPassword()
Returns the value of the password attribute.
|
java.util.List<java.lang.String> |
getStatus()
Returns the value of the status attribute.
|
java.lang.String |
getStatusElement(int index)
Returns the element at the position index in the list.
|
int |
getStatusSize()
Returns the number of elements in the "status" container
|
void |
removeStatusElement(int index)
Removes the element at position index from the list.
|
void |
setLogin(java.lang.String value)
Sets the value of the login attribute.
|
void |
setPassword(java.lang.String value)
Sets the value of the password attribute.
|
void |
setStatus(java.util.List<java.lang.String> value)
Sets the value of the status attribute.
|
void |
swapStatusElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_LOGIN
static final java.lang.String PROP_STATUS
static final java.lang.String PROP_PASSWORD
java.lang.String getLogin()
void setLogin(java.lang.String value)
java.util.List<java.lang.String> getStatus()
void setStatus(java.util.List<java.lang.String> value)
java.lang.String getPassword()
void setPassword(java.lang.String value)
int getStatusSize()
void addStatusElement(java.lang.String statusLink)
void removeStatusElement(int index)
void swapStatusElement(int index1,
int index2)
java.lang.String getStatusElement(int index)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.