Class Entity
java.lang.Object
com.caplin.motif.config.definitions.common.Entity
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.4.0")
public class Entity
extends Object
Entity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanAccounts belonging to this entity, keyed by their Account ID@NotNull StringGet descriptiongetUsers()Deprecated.inthashCode()putAccountsItem(String key, Account accountsItem) putUsersItem(String key, User usersItem) voidsetAccounts(Map<String, Account> accounts) voidsetDescription(String description) voidDeprecated.toString()
-
Constructor Details
-
Entity
public Entity() -
Entity
Constructor with only required parameters
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
users
-
putUsersItem
-
getUsers
Deprecated.Users belonging to this entity, keyed by their User ID. These users are used for Allocations and Block Trading in Sales - Deprecated.- Returns:
- users
-
setUsers
Deprecated. -
accounts
-
putAccountsItem
-
getAccounts
Accounts belonging to this entity, keyed by their Account ID- Returns:
- accounts
-
setAccounts
-
equals
-
hashCode
public int hashCode() -
toString
-