Class VaultElement

    • Constructor Detail

      • VaultElement

        public VaultElement()
      • VaultElement

        public VaultElement​(String type)
      • VaultElement

        public VaultElement​(VaultElement otherBean)
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getParentId

        public Long getParentId()
        Gets value for attribute parentId
      • setParentId

        public void setParentId​(Long parentId)
        Sets value for attribute parentId
      • getType

        public String getType()
        Gets value for attribute type
      • setType

        public void setType​(String type)
        Sets value for attribute type
      • getAccount

        public Account getAccount()
        Gets value for attribute account
      • setAccount

        public void setAccount​(Account account)
        Sets value for attribute account
      • getFolder

        public VaultFolder getFolder()
        Gets value for attribute folder
      • setFolder

        public void setFolder​(VaultFolder folder)
        Sets value for attribute folder
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object