java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.Forward

public class Forward extends Object
  • Constructor Details

    • Forward

      public Forward()
  • Method Details

    • getAccountId

      public int getAccountId()
    • getAccountID

      @Deprecated public int getAccountID()
      Deprecated.
      Использовать getAccountId().
      Returns:
    • setAccountId

      public void setAccountId(int accountId)
    • setAccountID

      @Deprecated public void setAccountID(int accountId)
      Deprecated.
      Использовать setAccountId(int).
      Parameters:
      accountId -
    • setEmail

      public void setEmail(String email)
    • getEmail

      public String getEmail()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object