Class Forward
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.Forward
public class Forward
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Forward()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getAccountId()
int
getAccountID()
Deprecated.java.lang.String
getEmail()
void
setAccountId(int accountId)
void
setAccountID(int accountId)
Deprecated.void
setEmail(java.lang.String email)
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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(java.lang.String email) -
getEmail
public java.lang.String getEmail() -
equals
public boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-