Class ItemDescription

    • Constructor Detail

      • ItemDescription

        public ItemDescription()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getOwner

        public String getOwner()
      • setOwner

        public void setOwner​(String owner)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getPublicLink

        public String getPublicLink()
      • setPublicLink

        public void setPublicLink​(String publicLink)
      • getMimeType

        public String getMimeType()
      • setMimeType

        public void setMimeType​(String mimeType)
      • getLenght

        public String getLenght()
      • setLenght

        public void setLenght​(String lenght)
      • compareInfo

        public boolean compareInfo​(ItemDescription itemDescription)
        Compare basic information with another ItemDescription not null
        Parameters:
        itemDescription - item description
        Returns:
        boolean true if comparison match