Class PDContentItemNotFound
- java.lang.Object
-
- com.terminalfour.publish.data.PDContentItem
-
- com.terminalfour.publish.data.notfound.PDContentItemNotFound
-
- All Implemented Interfaces:
IPDData
,IPDNotFound
public class PDContentItemNotFound extends PDContentItem implements IPDNotFound
-
-
Field Summary
Fields Modifier and Type Field Description static PDContentItem
INSTANCE
-
Method Summary
-
Methods inherited from class com.terminalfour.publish.data.PDContentItem
getContent, getContentTypeId, getElement, getElements, getExpiryDate, getId, getLanguage, getLastModified, getPublishDate, getVersion, hasElement, hashCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.terminalfour.publish.data.notfound.IPDNotFound
exists
-
-
-
-
Field Detail
-
INSTANCE
public static final PDContentItem INSTANCE
-
-