public class UserDefDocument extends net.anotheria.asg.data.AbstractASGDocument implements UserDef, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERPROP_ID, PROP_LOGIN, PROP_PASSWORD, PROP_STATUS| Constructor and Description |
|---|
UserDefDocument() |
UserDefDocument(java.lang.String id) |
UserDefDocument(UserDefDocument toClone) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatusElement(java.lang.String statusLink)
Adds a new element to the list.
|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
int |
compareTo(UserDef comparable) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getFootprint() |
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.
|
java.lang.String |
toString() |
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeaddDataHolder, clone, copyFromBooleanList, copyFromDoubleList, copyFromFloatList, copyFromIntegerList, copyFromLongList, copyFromStringList, copyToBooleanList, copyToDoubleList, copyToFloatList, copyToIntegerList, copyToLongList, copyToStringList, createDocument, createDocumentList, createListProperty, getAuthor, getBoolean, getBooleanProperty, getDataHolder, getDocument, getDocumentAnyCase, getDocumentList, getDocumentListAnyCase, getDouble, getDoubleProperty, getEmptyBoolean, getEmptyDouble, getEmptyFloat, getEmptyInt, getEmptyList, getEmptyLong, getEmptyString, getFloat, getFloatProperty, getInt, getIntProperty, getKeys, getLastUpdateTimestamp, getList, getListProperty, getListPropertyAnyCase, getLong, getLongProperty, getObject, getProperties, getProperty, getPropertyValue, getSizeInBytes, getStorageId, getString, getStringProperty, getTypeIdentifier, putBooleanProperty, putDocument, putDoubleProperty, putFloatProperty, putIntProperty, putList, putListProperty, putLongProperty, putProperty, putStringProperty, removeDataHolder, removeDataHolder, removeProperty, removeProperty, renameTo, setBoolean, setCallContextAuthor, setDouble, setFloat, setInt, setLastUpdateNow, setList, setLong, setString, setTypeIdentifier, toXMLNodepublic UserDefDocument()
public UserDefDocument(java.lang.String id)
public UserDefDocument(UserDefDocument toClone)
public java.lang.String getLogin()
UserDefpublic void setLogin(java.lang.String value)
UserDefpublic java.util.List<java.lang.String> getStatus()
UserDefpublic void setStatus(java.util.List<java.lang.String> value)
UserDefpublic java.lang.String getPassword()
UserDefgetPassword in interface UserDefpublic void setPassword(java.lang.String value)
UserDefsetPassword in interface UserDefpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getStatusSize()
UserDefgetStatusSize in interface UserDefpublic void addStatusElement(java.lang.String statusLink)
UserDefaddStatusElement in interface UserDefpublic void removeStatusElement(int index)
UserDefremoveStatusElement in interface UserDefpublic void swapStatusElement(int index1,
int index2)
UserDefswapStatusElement in interface UserDefpublic java.lang.String getStatusElement(int index)
UserDefgetStatusElement in interface UserDefpublic int compareTo(UserDef comparable)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic java.lang.String getDefinedName()
getDefinedName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getDefinedParentName()
getDefinedParentName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getFootprint()
getFootprint in interface net.anotheria.asg.data.DataObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.