java.lang.Object
ch.tocco.nice2.optional.finance.impl.report.postingvoucher.Account
All Implemented Interfaces:
Comparable<Account>

public class Account extends Object implements Comparable<Account>
  • Constructor Details

    • Account

      public Account()
  • Method Details

    • getAccount

      public int getAccount()
    • setAccount

      public void setAccount(int account)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(@NotNull @NotNull Account o)
      Specified by:
      compareTo in interface Comparable<Account>