Class ForpostUser
java.lang.Object
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostBase
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser
- All Implemented Interfaces:
Idable
public class ForpostUser extends ForpostBase
-
Constructor Summary
Constructors Constructor Description ForpostUser() -
Method Summary
Modifier and Type Method Description intgetAccountId()intgetIsActive()java.lang.StringgetLogin()java.lang.StringgetPassword()voidsetAccountId(int accountId)voidsetIsActive(int isActive)voidsetLogin(java.lang.String login)voidsetPassword(java.lang.String password)Methods inherited from class ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostBase
get, getData, getId, getInt, getString, getString, put, setData, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ForpostUser
public ForpostUser()
-
-
Method Details
-
getAccountId
public int getAccountId() -
setAccountId
public void setAccountId(int accountId) -
getLogin
public java.lang.String getLogin() -
setLogin
public void setLogin(java.lang.String login) -
getPassword
public java.lang.String getPassword() -
setPassword
public void setPassword(java.lang.String password) -
getIsActive
public int getIsActive() -
setIsActive
public void setIsActive(int isActive)
-