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 booleanequals(java.lang.Object obj)intgetAccountId()intgetAccountID()Deprecated.java.lang.StringgetEmail()voidsetAccountId(int accountId)voidsetAccountID(int accountId)Deprecated.voidsetEmail(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:
equalsin classjava.lang.Object
-