Class User
java.lang.Object
com.caplin.motif.config.definitions.common.User
User
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccountOverrides
(Map<String, Account> accountOverrides) description
(String description) boolean
Overrides the entity account list if present.@NotNull String
Get descriptionint
hashCode()
putAccountOverridesItem
(String key, Account accountOverridesItem) void
setAccountOverrides
(Map<String, Account> accountOverrides) void
setDescription
(String description) toString()
-
Constructor Details
-
User
public User() -
User
Constructor with only required parameters
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
accountOverrides
-
putAccountOverridesItem
-
getAccountOverrides
Overrides the entity account list if present. By default a user should be associated with the accounts of its parent entity.- Returns:
- accountOverrides
-
setAccountOverrides
-
equals
-
hashCode
public int hashCode() -
toString
-