Class FileData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class FileData
    extends java.lang.Object
    implements ActionData
    Represents file data from an action
    Author:
    katherine
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FileData​(java.util.Map data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Media getMedia()
      return the media if any.
      java.util.List<Media> getMedias()
      return the medias if any.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileData

        protected FileData​(java.util.Map data)
    • Method Detail

      • getMedia

        public Media getMedia()
        return the media if any.
      • getMedias

        public java.util.List<Media> getMedias()
        return the medias if any.