Class PDListEntry

  • All Implemented Interfaces:
    IPDData
    Direct Known Subclasses:
    PDListEntryNotFound

    public class PDListEntry
    extends Object
    implements IPDData
    The PDListEntry provides read-only access to a stateful representation of a PredefinedListEntry within a PredefinedList that is associated with a specific Content Item.
    See Also:
    PDList
    • Constructor Detail

      • PDListEntry

        public PDListEntry​(PDList list,
                           int entryId,
                           String language,
                           String name,
                           String value,
                           int sequence,
                           boolean selected,
                           PDList subList)
    • 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()