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 int
getAccountId()
int
getIsActive()
java.lang.String
getLogin()
java.lang.String
getPassword()
void
setAccountId(int accountId)
void
setIsActive(int isActive)
void
setLogin(java.lang.String login)
void
setPassword(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, setId
Methods 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)
-