Class ArchivedAccount
java.lang.Object
net.anotheria.portalkit.services.account.Account
net.anotheria.portalkit.services.accountarchive.ArchivedAccount
- All Implemented Interfaces:
Serializable,Cloneable
public class ArchivedAccount
extends net.anotheria.portalkit.services.account.Account
implements Serializable, Cloneable
- Since:
- 21.04.14 18:27
- Author:
- vkoulakov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArchivedAccount(net.anotheria.portalkit.services.account.Account account) ArchivedAccount(net.anotheria.portalkit.services.common.AccountId id) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyFrom(net.anotheria.portalkit.services.account.Account anotherAccount) longvoidsetDeletionNote(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
-
Constructor Details
-
ArchivedAccount
public ArchivedAccount() -
ArchivedAccount
public ArchivedAccount(net.anotheria.portalkit.services.common.AccountId id) -
ArchivedAccount
public ArchivedAccount(net.anotheria.portalkit.services.account.Account account)
-
-
Method Details
-
getDeletionTimestamp
public long getDeletionTimestamp() -
setDeletionTimestamp
public void setDeletionTimestamp(long deletionTimestamp) -
getDeletionNote
-
setDeletionNote
-
copyFrom
protected void copyFrom(net.anotheria.portalkit.services.account.Account anotherAccount) - Overrides:
copyFromin classnet.anotheria.portalkit.services.account.Account
-