Class Collection


  • public class Collection
    extends Item
    • Constructor Detail

      • Collection

        public Collection()
    • Method Detail

      • getPortableDataHash

        public java.lang.String getPortableDataHash()
      • getReplicationDesired

        public java.lang.Integer getReplicationDesired()
      • getReplicationConfirmedAt

        public java.time.LocalDateTime getReplicationConfirmedAt()
      • getReplicationConfirmed

        public java.lang.Integer getReplicationConfirmed()
      • getManifestText

        public java.lang.String getManifestText()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getProperties

        public java.lang.Object getProperties()
      • getDeleteAt

        public java.time.LocalDateTime getDeleteAt()
      • getTrashAt

        public java.time.LocalDateTime getTrashAt()
      • getTrashed

        public java.lang.Boolean getTrashed()
      • setPortableDataHash

        public void setPortableDataHash​(java.lang.String portableDataHash)
      • setReplicationDesired

        public void setReplicationDesired​(java.lang.Integer replicationDesired)
      • setReplicationConfirmedAt

        public void setReplicationConfirmedAt​(java.time.LocalDateTime replicationConfirmedAt)
      • setReplicationConfirmed

        public void setReplicationConfirmed​(java.lang.Integer replicationConfirmed)
      • setManifestText

        public void setManifestText​(java.lang.String manifestText)
      • setName

        public void setName​(java.lang.String name)
      • setDescription

        public void setDescription​(java.lang.String description)
      • setProperties

        public void setProperties​(java.lang.Object properties)
      • setDeleteAt

        public void setDeleteAt​(java.time.LocalDateTime deleteAt)
      • setTrashAt

        public void setTrashAt​(java.time.LocalDateTime trashAt)
      • setTrashed

        public void setTrashed​(java.lang.Boolean trashed)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object