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

    Constructors
    Constructor
    Description
     
    ArchivedAccount(net.anotheria.portalkit.services.account.Account account)
     
    ArchivedAccount(net.anotheria.portalkit.services.common.AccountId id)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    copyFrom(net.anotheria.portalkit.services.account.Account anotherAccount)
     
     
    long
     
    void
    setDeletionNote(String deletionNote)
     
    void
    setDeletionTimestamp(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

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public String getDeletionNote()
    • setDeletionNote

      public void setDeletionNote(String deletionNote)
    • copyFrom

      protected void copyFrom(net.anotheria.portalkit.services.account.Account anotherAccount)
      Overrides:
      copyFrom in class net.anotheria.portalkit.services.account.Account