Class Entity
java.lang.Object
com.caplin.motif.config.definitions.common.Entity
Entity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Accounts belonging to this entity, keyed by their Account ID@NotNull String
Get descriptiongetUsers()
Users belonging to this entity, keyed by their User IDint
hashCode()
putAccountsItem
(String key, Account accountsItem) putUsersItem
(String key, User usersItem) void
setAccounts
(Map<String, Account> accounts) void
setDescription
(String description) void
toString()
-
Constructor Details
-
Entity
public Entity() -
Entity
Constructor with only required parameters
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
users
-
putUsersItem
-
getUsers
Users belonging to this entity, keyed by their User ID- Returns:
- users
-
setUsers
-
accounts
-
putAccountsItem
-
getAccounts
Accounts belonging to this entity, keyed by their Account ID- Returns:
- accounts
-
setAccounts
-
equals
-
hashCode
public int hashCode() -
toString
-