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, PARENTDEVICECONFIGTYPE
DESCRIPTION, 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, setParentDeviceConfig
createShowJSONConfig, getDescription, getDisplayName, getParentId, getRealDisplayName, getShowType, getSortindex, readXML, setDescription, setDisplayName, setParentId, setSortindex, writeXML
readXML
public 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
在接口中 Entry
createJSONConfig
在类中 MobileBaseEntry
JSONException
- 异常public JSONObject createJSONConfig(boolean isFS) throws JSONException
isFS
- 是否需要展开JSONException
public java.lang.String getTypePrefix()
getTypePrefix
在类中 BaseEntry
protected int hashCode4Properties()
hashCode4Properties
在类中 MobileBaseEntry
public boolean equals4Properties(java.lang.Object obj)
equals4Properties
在类中 MobileBaseEntry
obj
- 比较的对象public int getEntryType()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 MobileBaseEntry
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常