public abstract class MobileBaseEntry extends BaseEntry implements MobileEntry
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
MOBILECOVERID |
static int |
MOBILECOVERIDTYPE |
static java.lang.String |
MOBILEDEVICECONFIG |
static int |
MOBILEDEVICECONFIGTYPE |
static java.lang.String |
PARENTDEVICECONFIG |
static int |
PARENTDEVICECONFIGTYPE |
DESCRIPTION, DESCRIPTIONTYPE, DISPLAYNAME, DISPLAYNAMETYPE, ID, IDTYPE, PARENTID, PARENTIDTYPE, sortindex, SORTINDEX, SORTINDEXTYPE| 构造器和说明 |
|---|
MobileBaseEntry() |
MobileBaseEntry(java.lang.String displayName) |
MobileBaseEntry(java.lang.String displayName,
java.lang.String description) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone()
复制
|
JSONObject |
createJSONConfig()
将对象转换为JSON对象
|
boolean |
equals4Properties(java.lang.Object obj)
判断2个对象是否相等
|
java.lang.String |
getMobileCoverId()
获取终端展示封面ID
|
long |
getMobileDeviceConfig()
获取终端展示配置
|
long |
getParentDeviceConfig()
获取父节点终端展示配置
|
protected int |
hashCode4Properties() |
void |
parseJSON(JSONObject jo)
用json对象初始化Entry对象
|
void |
setMobileCoverId(java.lang.String mobileCoverId)
设置终端展示封面ID
|
void |
setMobileDeviceConfig(long mobileDeviceConfig)
设置终端展示配置
|
void |
setParentDeviceConfig(long parentDeviceConfig)
设置父节点终端展示配置
|
createShowJSONConfig, getDescription, getDisplayName, getParentId, getRealDisplayName, getShowType, getSortindex, getTypePrefix, readXML, setDescription, setDisplayName, setParentId, setSortindex, writeXMLreadXMLgetEntryType, getIdpublic static final java.lang.String MOBILEDEVICECONFIG
public static final java.lang.String PARENTDEVICECONFIG
public static final java.lang.String MOBILECOVERID
public static final int MOBILECOVERIDTYPE
public static final int MOBILEDEVICECONFIGTYPE
public static final int PARENTDEVICECONFIGTYPE
public MobileBaseEntry()
public MobileBaseEntry(java.lang.String displayName)
public MobileBaseEntry(java.lang.String displayName,
java.lang.String description)
public JSONObject createJSONConfig() throws JSONException
createJSONConfig 在接口中 EntrycreateJSONConfig 在类中 BaseEntryJSONExceptionpublic void parseJSON(JSONObject jo) throws JSONException
parseJSON 在接口中 EntryparseJSON 在类中 BaseEntryjo - JSON对象JSONException - 异常public long getMobileDeviceConfig()
getMobileDeviceConfig 在接口中 MobileEntrypublic void setMobileDeviceConfig(long mobileDeviceConfig)
setMobileDeviceConfig 在接口中 MobileEntrymobileDeviceConfig - 终端展示配置public long getParentDeviceConfig()
public void setParentDeviceConfig(long parentDeviceConfig)
parentDeviceConfig - 终端展示配置public java.lang.String getMobileCoverId()
getMobileCoverId 在接口中 MobileEntrypublic void setMobileCoverId(java.lang.String mobileCoverId)
setMobileCoverId 在接口中 EntrysetMobileCoverId 在接口中 MobileEntrysetMobileCoverId 在类中 BaseEntrymobileCoverId - 封面IDprotected int hashCode4Properties()
hashCode4Properties 在类中 BaseEntrypublic boolean equals4Properties(java.lang.Object obj)
equals4Properties 在类中 BaseEntryobj - 进行比较的对象public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 BaseEntryjava.lang.CloneNotSupportedException