Class PDListEntry
- java.lang.Object
-
- com.terminalfour.publish.data.list.PDListEntry
-
- All Implemented Interfaces:
IPDData
- Direct Known Subclasses:
PDListEntryNotFound
public class PDListEntry extends Object implements IPDData
ThePDListEntry
provides read-only access to a stateful representation of aPredefinedListEntry
within aPredefinedList
that is associated with a specific Content Item.- See Also:
PDList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEntryId()
String
getLanguage()
PDList
getList()
int
getListId()
String
getListName()
String
getName()
int
getSequence()
PDList
getSubList()
int
getSubListId()
String
getValue()
boolean
hasSubList()
boolean
hasSublistSelections()
boolean
isSelected()
-
-
-
Method Detail
-
getListId
public int getListId()
-
getListName
public String getListName()
-
hasSubList
public boolean hasSubList()
-
getSubList
public PDList getSubList()
-
getSubListId
public int getSubListId()
-
hasSublistSelections
public boolean hasSublistSelections()
-
getList
public PDList getList()
-
getEntryId
public int getEntryId()
-
getLanguage
public String getLanguage()
-
getName
public String getName()
-
getValue
public String getValue()
-
getSequence
public int getSequence()
-
isSelected
public boolean isSelected()
-
-