public class FolderEntry extends MobileBaseEntry
| 限定符和类型 | 字段和说明 |
|---|---|
static ObjectTableMapper |
TABLE_MAPPER |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TYPE_PREFIX |
MOBILECOVERID, MOBILECOVERIDTYPE, MOBILEDEVICECONFIG, MOBILEDEVICECONFIGTYPE, PARENTDEVICECONFIG, PARENTDEVICECONFIGTYPEDESCRIPTION, DESCRIPTIONTYPE, DISPLAYNAME, DISPLAYNAMETYPE, ID, IDTYPE, PARENTID, PARENTIDTYPE, sortindex, SORTINDEX, SORTINDEXTYPE| 构造器和说明 |
|---|
FolderEntry() |
FolderEntry(java.lang.String displayName) |
FolderEntry(java.lang.String displayName,
java.lang.String description) |
FolderEntry(java.lang.String displayName,
java.lang.String description,
java.lang.String localeKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone()
Clone.
|
JSONObject |
createJSONConfig()
将对象转换为json格式
|
JSONObject |
createJSONConfig(boolean isFS)
将对象转换为json格式,加上是否需要展开的属性。
|
boolean |
equals4Properties(java.lang.Object obj)
判断2个对象是否相等
|
int |
getEntryType() |
java.lang.String |
getTypePrefix() |
protected int |
hashCode4Properties() |
getMobileCoverId, getMobileDeviceConfig, getParentDeviceConfig, parseJSON, setMobileCoverId, setMobileDeviceConfig, setParentDeviceConfigcreateShowJSONConfig, getDescription, 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 ObjectTableMapper TABLE_MAPPER
public FolderEntry()
public FolderEntry(java.lang.String displayName)
public FolderEntry(java.lang.String displayName,
java.lang.String description)
public FolderEntry(java.lang.String displayName,
java.lang.String description,
java.lang.String localeKey)
public JSONObject createJSONConfig() throws JSONException
createJSONConfig 在接口中 EntrycreateJSONConfig 在类中 MobileBaseEntryJSONException - 异常public JSONObject createJSONConfig(boolean isFS) throws JSONException
isFS - 是否需要展开JSONExceptionpublic java.lang.String getTypePrefix()
getTypePrefix 在类中 BaseEntryprotected int hashCode4Properties()
hashCode4Properties 在类中 MobileBaseEntrypublic boolean equals4Properties(java.lang.Object obj)
equals4Properties 在类中 MobileBaseEntryobj - 比较的对象public int getEntryType()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 MobileBaseEntryjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常