Class VaultElement

java.lang.Object
com.soffid.iam.am.api.VaultElement
All Implemented Interfaces:
Serializable

public class VaultElement extends Object implements Serializable
ValueObject VaultElement
See Also:
  • Constructor Details

    • VaultElement

      public VaultElement()
    • VaultElement

      public VaultElement(Long id, Long parentId, String type, Account account, VaultFolder folder)
    • VaultElement

      public VaultElement(String type)
    • VaultElement

      public VaultElement(VaultElement otherBean)
  • Method Details

    • 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