public class NavigateData extends Object implements Serializable
构造器和说明 |
---|
NavigateData() |
限定符和类型 | 方法和说明 |
---|---|
Map<?,?> |
getAddition() |
String |
getCode() |
String |
getDescription() |
String |
getHeight() |
String |
getIcon() |
String |
getName() |
String |
getType() |
String |
getUrl() |
String |
getWidth() |
void |
setAddition(Map<?,?> addition) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setHeight(String height) |
void |
setIcon(String icon) |
void |
setName(String name) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setWidth(String width) |
String |
toString() |
public String getName()
public void setName(String name)
name
- the name to setpublic String getUrl()
public void setUrl(String url)
url
- the url to setpublic String getCode()
public void setCode(String code)
code
- the code to setpublic String getType()
public void setType(String type)
type
- the type to setpublic String getIcon()
public void setIcon(String icon)
icon
- the icon to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getWidth()
public void setWidth(String width)
width
- the width to setpublic String getHeight()
public void setHeight(String height)
height
- the height to setpublic Map<?,?> getAddition()
public void setAddition(Map<?,?> addition)
addition
- the addition to setCopyright © 2014 EPIC Team. All rights reserved.