Class AccountImp

java.lang.Object
com.deniz.jira.worklog.accounting.AccountImp
All Implemented Interfaces:
WithId, WithIdAndName, java.lang.Cloneable

public class AccountImp
extends java.lang.Object
implements WithIdAndName, java.lang.Cloneable
  • Constructor Summary

    Constructors 
    Constructor Description
    AccountImp()  
    AccountImp​(Account account)  
  • Method Summary

    Modifier and Type Method Description
    void addChild​(AccountImp child)  
    void copyFrom​(Account account)  
    void copyTo​(Account account)  
    boolean equals​(java.lang.Object o)  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.deniz.jira.worklog.data.WithId

    getId

    Methods inherited from interface com.deniz.jira.worklog.data.WithIdAndName

    getName
  • Constructor Details

  • Method Details

    • copyFrom

      public void copyFrom​(Account account)
    • copyTo

      public void copyTo​(Account account)
    • addChild

      public void addChild​(AccountImp child)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object