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

Public 成员函数

 AbMenuItem (int id, String text)
 
 AbMenuItem (String text)
 
 AbMenuItem ()
 
int getId ()
 
void setId (int id)
 
int getIconId ()
 
void setIconId (int iconId)
 
String getText ()
 
void setText (String text)
 
String getMark ()
 
void setMark (String mark)
 

Private 属性

int id
 
int iconId
 
String text
 
String mark
 

详细描述

© 2012 amsoft.cn 名称:AbMenuItem.java 描述:菜单实体

作者
还如一梦中
版本
v1.0
日期
:2013-11-13 上午9:00:52

构造及析构函数说明

com.ab.model.AbMenuItem.AbMenuItem ( int  id,
String  text 
)
inline

Instantiates a new ab menu item.

参数
idthe id
textthe text
com.ab.model.AbMenuItem.AbMenuItem ( String  text)
inline

Instantiates a new ab menu item.

参数
textthe text
com.ab.model.AbMenuItem.AbMenuItem ( )
inline

Instantiates a new ab menu item.

成员函数说明

int com.ab.model.AbMenuItem.getIconId ( )
inline

Gets the icon id.

返回
the icon id
int com.ab.model.AbMenuItem.getId ( )
inline

Gets the id.

返回
the id
String com.ab.model.AbMenuItem.getMark ( )
inline

Gets the mark.

返回
the mark
String com.ab.model.AbMenuItem.getText ( )
inline

Gets the text.

返回
the text
void com.ab.model.AbMenuItem.setIconId ( int  iconId)
inline

Sets the icon id.

参数
iconIdthe new icon id
void com.ab.model.AbMenuItem.setId ( int  id)
inline

Sets the id.

参数
idthe new id
void com.ab.model.AbMenuItem.setMark ( String  mark)
inline

Sets the mark.

参数
markthe new mark
void com.ab.model.AbMenuItem.setText ( String  text)
inline

Sets the text.

参数
textthe new text

类成员变量说明

int com.ab.model.AbMenuItem.iconId
private

菜单的图标id.

int com.ab.model.AbMenuItem.id
private

菜单的id.

String com.ab.model.AbMenuItem.mark
private

菜单的描述.

String com.ab.model.AbMenuItem.text
private

菜单的文本.


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