Package com.soffid.iam.am.api
Class VaultElement
java.lang.Object
com.soffid.iam.am.api.VaultElement
- All Implemented Interfaces:
Serializable
ValueObject VaultElement
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVaultElement(VaultElement otherBean) VaultElement(Long id, Long parentId, String type, Account account, VaultFolder folder) VaultElement(String type) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountGets value for attribute foldergetId()Gets value for attribute idGets value for attribute parentIdgetType()Gets value for attribute typevoidsetAccount(Account account) Sets value for attribute accountvoidsetFolder(VaultFolder folder) Sets value for attribute foldervoidSets value for attribute idvoidsetParentId(Long parentId) Sets value for attribute parentIdvoidSets value for attribute typetoString()Returns a string representation of the value object.
-
Constructor Details
-
VaultElement
public VaultElement() -
VaultElement
-
VaultElement
-
VaultElement
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getParentId
Gets value for attribute parentId -
setParentId
Sets value for attribute parentId -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getAccount
Gets value for attribute account -
setAccount
Sets value for attribute account -
getFolder
Gets value for attribute folder -
setFolder
Sets value for attribute folder -
toString
Returns a string representation of the value object.
-