Class 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 void copyFrom​(net.anotheria.portalkit.services.account.Account anotherAccount)  
      java.lang.String getDeletionNote()  
      long getDeletionTimestamp()  
      void setDeletionNote​(java.lang.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 Detail

      • ArchivedAccount

        public ArchivedAccount()
      • ArchivedAccount

        public ArchivedAccount​(net.anotheria.portalkit.services.common.AccountId id)
      • ArchivedAccount

        public ArchivedAccount​(net.anotheria.portalkit.services.account.Account account)
    • 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:
        copyFrom in class net.anotheria.portalkit.services.account.Account