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
ThePDListEntryprovides read-only access to a stateful representation of aPredefinedListEntrywithin aPredefinedListthat is associated with a specific Content Item.- See Also:
PDList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEntryId()StringgetLanguage()PDListgetList()intgetListId()StringgetListName()StringgetName()intgetSequence()PDListgetSubList()intgetSubListId()StringgetValue()booleanhasSubList()booleanhasSublistSelections()booleanisSelected()
-
-
-
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()
-
-