Class ArchivedAccount
- java.lang.Object
-
- net.anotheria.portalkit.services.account.Account
-
- net.anotheria.portalkit.services.accountarchive.ArchivedAccount
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class ArchivedAccount extends net.anotheria.portalkit.services.account.Account implements java.io.Serializable, java.lang.Cloneable- Since:
- 21.04.14 18:27
- Author:
- vkoulakov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArchivedAccount()ArchivedAccount(net.anotheria.portalkit.services.account.Account account)ArchivedAccount(net.anotheria.portalkit.services.common.AccountId id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopyFrom(net.anotheria.portalkit.services.account.Account anotherAccount)java.lang.StringgetDeletionNote()longgetDeletionTimestamp()voidsetDeletionNote(java.lang.String deletionNote)voidsetDeletionTimestamp(long deletionTimestamp)-
Methods inherited from class net.anotheria.portalkit.services.account.Account
addStatus, clone, equals, getBrand, getEmail, getId, getName, getRandomUID, getRegistrationTimestamp, getStatus, getTenant, getType, hashCode, hasStatus, removeStatus, setBrand, setEmail, setId, setName, setRandomUID, setRegistrationTimestamp, setStatus, setTenant, setType, toString
-
-
-
-
Method Detail
-
getDeletionTimestamp
public long getDeletionTimestamp()
-
setDeletionTimestamp
public void setDeletionTimestamp(long deletionTimestamp)
-
getDeletionNote
public java.lang.String getDeletionNote()
-
setDeletionNote
public void setDeletionNote(java.lang.String deletionNote)
-
copyFrom
protected void copyFrom(net.anotheria.portalkit.services.account.Account anotherAccount)
- Overrides:
copyFromin classnet.anotheria.portalkit.services.account.Account
-
-