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 Account
getAccount()
Gets value for attribute accountVaultFolder
getFolder()
Gets value for attribute folderLong
getId()
Gets value for attribute idLong
getParentId()
Gets value for attribute parentIdString
getType()
Gets value for attribute typevoid
setAccount(Account account)
Sets value for attribute accountvoid
setFolder(VaultFolder folder)
Sets value for attribute foldervoid
setId(Long id)
Sets value for attribute idvoid
setParentId(Long parentId)
Sets value for attribute parentIdvoid
setType(String type)
Sets value for attribute typeString
toString()
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
-
-