Class ArchivedNodeState


  • public class ArchivedNodeState
    extends Object
    A simple POJO class for the state of an archived node. For easier passing to the FTL model.
    Since:
    3.5
    Author:
    Neil McErlean
    • Method Detail

      • getNodeRef

        public NodeRef getNodeRef()
      • getArchivedBy

        public String getArchivedBy()
      • getArchivedDate

        public Date getArchivedDate()
      • getName

        public String getName()
      • getTitle

        public String getTitle()
      • getDescription

        public String getDescription()
      • getDisplayPath

        public String getDisplayPath()
      • getFirstName

        public String getFirstName()
      • getLastName

        public String getLastName()
      • getNodeType

        public String getNodeType()
      • getIsContentType

        public boolean getIsContentType()