public class Account extends AccountData implements NameAndIdObject
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getContextId()
Gets the context identifier
|
java.lang.Integer |
getId()
Returns the id of this object
|
java.lang.Integer |
getUserId()
Gets the user identifier
|
boolean |
isContextIdset()
Checks whether context identifier is set
|
boolean |
isIdset()
Checks whether identifier is set
|
boolean |
isUserIdset()
Checks whether user identifier is set
|
void |
setContextId(java.lang.Integer contextId)
Sets the context identifier
|
void |
setId(java.lang.Integer val)
Sets the id for this object
|
void |
setUserId(java.lang.Integer userId)
Sets the user identifier
|
getArchiveFullname, getConfirmedHamFullname, getConfirmedSpamFullname, getDraftsFullname, getLogin, getMailPort, getMailProtocol, getMailServer, getName, getPassword, getPersonal, getPrimaryAddress, getReplyTo, getSentFullname, getSpamFullname, getTransportLogin, getTransportPassword, getTransportPort, getTransportProtocol, getTransportServer, getTrashFullname, isArchiveFullnameset, isConfirmedHamFullnameset, isConfirmedSpamFullnameset, isDraftsFullnameset, isLoginset, isMailPortset, isMailProtocolset, isMailSecure, isMailSecureset, isMailServerset, isMailStartTls, isMailStartTlsset, isNameset, isPasswordset, isPersonalset, isPrimaryAddressset, isReplyToset, isSentFullnameset, isSpamFullnameset, isTransportLoginset, isTransportPasswordset, isTransportPortset, isTransportProtocolset, isTransportSecure, isTransportSecureset, isTransportServerset, isTransportStartTls, isTransportStartTlsset, isTrashFullnameset, setArchiveFullname, setConfirmedHamFullname, setConfirmedSpamFullname, setDraftsFullname, setLogin, setMailPort, setMailProtocol, setMailSecure, setMailServer, setMailStartTls, setName, setPassword, setPersonal, setPrimaryAddress, setReplyTo, setSentFullname, setSpamFullname, setTransportLogin, setTransportPassword, setTransportPort, setTransportProtocol, setTransportSecure, setTransportServer, setTransportStartTls, setTrashFullname
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, setName
public Account()
Account
.public java.lang.Integer getContextId()
public void setContextId(java.lang.Integer contextId)
contextId
- The context identifierpublic java.lang.Integer getUserId()
public void setUserId(java.lang.Integer userId)
userId
- The user identifierpublic java.lang.Integer getId()
NameAndIdObject
getId
in interface NameAndIdObject
Integer
object containing the idpublic void setId(java.lang.Integer val)
NameAndIdObject
setId
in interface NameAndIdObject
val
- An Integer
object containing the idpublic boolean isContextIdset()
true
if context identifier is set; otherwise false
public boolean isUserIdset()
true
if user identifier is set; otherwise false
public boolean isIdset()
true
if identifier is set; otherwise false