Class PDListEntryNotFound
- java.lang.Object
-
- com.terminalfour.publish.data.list.PDListEntry
-
- com.terminalfour.publish.data.notfound.PDListEntryNotFound
-
- All Implemented Interfaces:
IPDData
,IPDNotFound
public class PDListEntryNotFound extends PDListEntry implements IPDNotFound
-
-
Field Summary
Fields Modifier and Type Field Description static PDListEntry
INSTANCE
-
Method Summary
-
Methods inherited from class com.terminalfour.publish.data.list.PDListEntry
getEntryId, getLanguage, getList, getListId, getListName, getName, getSequence, getSubList, getSubListId, getValue, hasSubList, hasSublistSelections, isSelected
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.terminalfour.publish.data.notfound.IPDNotFound
exists
-
-
-
-
Field Detail
-
INSTANCE
public static final PDListEntry INSTANCE
-
-