Class PDContentListItemNotFound
- java.lang.Object
-
- com.terminalfour.publish.data.PDContentListItem
-
- com.terminalfour.publish.data.notfound.PDContentListItemNotFound
-
- All Implemented Interfaces:
IPDData
,IPDNotFound
public class PDContentListItemNotFound extends PDContentListItem implements IPDNotFound
-
-
Field Summary
Fields Modifier and Type Field Description static PDContentListItem
INSTANCE
-
Method Summary
-
Methods inherited from class com.terminalfour.publish.data.PDContentListItem
getContentTypeId, getId, getSequence, getType
-
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 PDContentListItem INSTANCE
-
-