Class Snapshot

    • Field Detail

      • account

        protected Account account
      • description

        protected java.lang.String description
      • snapshotCreated

        protected java.util.Date snapshotCreated
      • currentlyActive

        protected java.lang.Boolean currentlyActive
    • Constructor Detail

      • Snapshot

        public Snapshot()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

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

        public java.util.Date getSnapshotCreated()
      • setSnapshotCreated

        public void setSnapshotCreated​(java.util.Date snapshotCreated)
      • getCurrentlyActive

        public java.lang.Boolean getCurrentlyActive()
      • setCurrentlyActive

        public void setCurrentlyActive​(java.lang.Boolean currentlyActive)