Class FilenameShowWrapper

  • All Implemented Interfaces:
    Persistable

    public class FilenameShowWrapper
    extends java.lang.Object
    implements Persistable
    Class FilenameShowWrapper wraps a filename and a show status.
    • Constructor Detail

      • FilenameShowWrapper

        public FilenameShowWrapper()
        Create instance of FilenameShowWrapper.
      • FilenameShowWrapper

        public FilenameShowWrapper​(java.lang.String filename,
                                   boolean show)
        Create instance of FilenameShowWrapper.
        Parameters:
        filename - filename
        show - show status
    • Method Detail

      • getFilename

        public java.lang.String getFilename()
        Get filename.
        Returns:
        filename
      • isShow

        public boolean isShow()
        Get show status.
        Returns:
        show status
      • getId

        public java.lang.String getId()
        Description copied from interface: Persistable
        Get id identifying object.
        Specified by:
        getId in interface Persistable
        Returns:
        id
      • getType

        public java.lang.String getType()
        Description copied from interface: Persistable
        Get type (XML element name / database table name not Java class name).
        Specified by:
        getType in interface Persistable
        Returns:
        type
      • getChildren

        public java.util.List<java.util.List<Persistable>> getChildren()
        Description copied from interface: Persistable
        Get all multi value fields.
        Specified by:
        getChildren in interface Persistable
        Returns:
        list of list of persistable objects