AndBase开发框架  1.5.7
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Private 属性 | 所有成员列表
com.ab.global.AbResult类 参考

Public 成员函数

int getResultCode ()
 
void setResultCode (int resultCode)
 
String getResultMsg ()
 
void setResultMsg (String resultMsg)
 

Private 属性

int resultCode
 
String resultMsg
 

详细描述

The Class AbResult.

成员函数说明

int com.ab.global.AbResult.getResultCode ( )
inline

Gets the result code.

返回
the result code
String com.ab.global.AbResult.getResultMsg ( )
inline

Gets the result msg.

返回
the result msg
void com.ab.global.AbResult.setResultCode ( int  resultCode)
inline

Sets the result code.

参数
resultCodethe new result code
void com.ab.global.AbResult.setResultMsg ( String  resultMsg)
inline

Sets the result msg.

参数
resultMsgthe new result msg

类成员变量说明

int com.ab.global.AbResult.resultCode
private

The result code.

String com.ab.global.AbResult.resultMsg
private

The result msg.


该类的文档由以下文件生成: