public class URLEntry extends MobileBaseEntry
| 限定符和类型 | 字段和说明 |
|---|---|
static ObjectTableMapper |
TABLE_MAPPER |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TYPE_PREFIX |
static java.lang.String |
URL |
static int |
URLTYPE |
MOBILECOVERID, MOBILECOVERIDTYPE, MOBILEDEVICECONFIG, MOBILEDEVICECONFIGTYPE, PARENTDEVICECONFIG, PARENTDEVICECONFIGTYPEDESCRIPTION, DESCRIPTIONTYPE, DISPLAYNAME, DISPLAYNAMETYPE, ID, IDTYPE, PARENTID, PARENTIDTYPE, sortindex, SORTINDEX, SORTINDEXTYPE| 构造器和说明 |
|---|
URLEntry() |
URLEntry(java.lang.String displayName,
java.lang.String description,
java.lang.String url) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone()
复制
|
JSONObject |
createJSONConfig()
生成json
|
JSONObject |
createShowJSONConfig()
生成用于显示的json
|
boolean |
equals4Properties(java.lang.Object obj)
判断两对象是否属性相同
|
int |
getEntryType() |
java.lang.String |
getTypePrefix() |
java.lang.String |
getUrl() |
protected int |
hashCode4Properties() |
void |
parseJSON(JSONObject jo)
用json初始化对象
|
void |
setUrl(java.lang.String url) |
getMobileCoverId, getMobileDeviceConfig, getParentDeviceConfig, setMobileCoverId, setMobileDeviceConfig, setParentDeviceConfiggetDescription, getDisplayName, getParentId, getRealDisplayName, getShowType, getSortindex, readXML, setDescription, setDisplayName, setParentId, setSortindex, writeXMLreadXMLpublic static final java.lang.String TYPE_PREFIX
public static final java.lang.String TABLE_NAME
public static final java.lang.String URL
public static final int URLTYPE
public static final ObjectTableMapper TABLE_MAPPER
public URLEntry(java.lang.String displayName,
java.lang.String description,
java.lang.String url)
public URLEntry()
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.String getTypePrefix()
getTypePrefix 在类中 BaseEntryprotected int hashCode4Properties()
hashCode4Properties 在类中 MobileBaseEntrypublic boolean equals4Properties(java.lang.Object obj)
equals4Properties 在类中 MobileBaseEntryobj - 比较的对象public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
MobileBaseEntryclone 在接口中 FCloneableclone 在类中 MobileBaseEntryjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常public JSONObject createShowJSONConfig() throws JSONException
createShowJSONConfig 在接口中 EntrycreateShowJSONConfig 在类中 BaseEntryJSONException - 异常public JSONObject createJSONConfig() throws JSONException
createJSONConfig 在接口中 EntrycreateJSONConfig 在类中 MobileBaseEntryJSONException - 异常public void parseJSON(JSONObject jo) throws JSONException
parseJSON 在接口中 EntryparseJSON 在类中 MobileBaseEntryjo - JSON对象JSONException - 异常public int getEntryType()