Class Object

  • All Implemented Interfaces:
    java.io.Serializable

    public class Object
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int bytes  
      private java.lang.String contentType  
      private java.lang.String hash  
      private java.util.Calendar lastModified  
      private java.lang.String name  
      private java.lang.String subdir  
    • Constructor Summary

      Constructors 
      Constructor Description
      Object()  
    • Field Detail

      • subdir

        private java.lang.String subdir
      • name

        private java.lang.String name
      • hash

        private java.lang.String hash
      • bytes

        private int bytes
      • contentType

        private java.lang.String contentType
      • lastModified

        private java.util.Calendar lastModified
    • Constructor Detail

      • Object

        public Object()
    • Method Detail

      • getSubdir

        public java.lang.String getSubdir()
        Returns:
        the subdir
      • setSubdir

        public void setSubdir​(java.lang.String subdir)
        Parameters:
        subdir - the subdir to set
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getHash

        public java.lang.String getHash()
        Returns:
        the hash
      • setHash

        public void setHash​(java.lang.String hash)
        Parameters:
        hash - the hash to set
      • getBytes

        public int getBytes()
        Returns:
        the bytes
      • setBytes

        public void setBytes​(int bytes)
        Parameters:
        bytes - the bytes to set
      • getContentType

        public java.lang.String getContentType()
        Returns:
        the contentType
      • setContentType

        public void setContentType​(java.lang.String contentType)
        Parameters:
        contentType - the contentType to set
      • getLastModified

        public java.util.Calendar getLastModified()
        Returns:
        the lastModified
      • setLastModified

        public void setLastModified​(java.util.Calendar lastModified)
        Parameters:
        lastModified - the lastModified to set