Package com.terminalfour.publish.data
Class PDContentListItem
- java.lang.Object
-
- com.terminalfour.publish.data.PDContentListItem
-
- All Implemented Interfaces:
IPDData
- Direct Known Subclasses:
PDContentListItemNotFound
public class PDContentListItem extends Object implements IPDData
-
-
Constructor Summary
Constructors Constructor Description PDContentListItem(int id, int contentTypeId, int sequence, PDContentItemType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getContentTypeId()
int
getId()
int
getSequence()
PDContentItemType
getType()
-
-
-
Constructor Detail
-
PDContentListItem
public PDContentListItem(int id, int contentTypeId, int sequence, PDContentItemType type)
-
-
Method Detail
-
getId
public int getId()
-
getContentTypeId
public int getContentTypeId()
-
getSequence
public int getSequence()
-
getType
public PDContentItemType getType()
-
-