Class PDList
- java.lang.Object
-
- com.terminalfour.publish.data.list.PDList
-
- All Implemented Interfaces:
IPDData
- Direct Known Subclasses:
PDListNotFound
public class PDList extends Object implements IPDData
ThePDList
provides read-only access to a stateful representation of aPrefefinedList
as associated with a specific Content Item.- See Also:
PDListEntry
-
-
Constructor Summary
Constructors Constructor Description PDList(PDListEntry parent, int id, String language, String name, String description, int sortType, List<PDListEntry> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
List<PDListEntry>
getEntries()
int
getId()
String
getLanguage()
String
getName()
PDListEntry
getParent()
int
getSortType()
boolean
hasSelectedEntries()
-
-
-
Constructor Detail
-
PDList
public PDList(PDListEntry parent, int id, String language, String name, String description, int sortType, List<PDListEntry> entries)
-
-
Method Detail
-
hasSelectedEntries
public boolean hasSelectedEntries()
-
getParent
public PDListEntry getParent()
-
getId
public int getId()
-
getLanguage
public String getLanguage()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getSortType
public int getSortType()
-
getEntries
public List<PDListEntry> getEntries()
-
-