Package com.soffid.iam.api
Class VaultElement
- java.lang.Object
-
- com.soffid.iam.api.VaultElement
-
- All Implemented Interfaces:
Serializable
public class VaultElement extends Object implements Serializable
ValueObject VaultElement- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultElement()VaultElement(VaultElement otherBean)VaultElement(Long id, Long parentId, String type, Account account, VaultFolder folder)VaultElement(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountgetAccount()Gets value for attribute accountVaultFoldergetFolder()Gets value for attribute folderLonggetId()Gets value for attribute idLonggetParentId()Gets value for attribute parentIdStringgetType()Gets value for attribute typevoidsetAccount(Account account)Sets value for attribute accountvoidsetFolder(VaultFolder folder)Sets value for attribute foldervoidsetId(Long id)Sets value for attribute idvoidsetParentId(Long parentId)Sets value for attribute parentIdvoidsetType(String type)Sets value for attribute typeStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
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 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
-
-