Class MobileResultAuthentication
java.lang.Object
ru.bitel.bgbilling.modules.mobile.server.bean.MobileResultAuthentication
public class MobileResultAuthentication
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MobileResultAuthentication() -
Method Summary
Modifier and Type Method Description intgetAccessCode()ContractgetContract()java.lang.StringgetErrorText()voidsetAccessCode(int accessCode)voidsetContract(Contract contract)voidsetErrorText(java.lang.String errorText)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MobileResultAuthentication
public MobileResultAuthentication()
-
-
Method Details
-
getAccessCode
public int getAccessCode() -
setAccessCode
public void setAccessCode(int accessCode) -
getContract
-
setContract
-
getErrorText
public java.lang.String getErrorText() -
setErrorText
public void setErrorText(java.lang.String errorText)
-