Class AccountProperties
java.lang.Object
com.skava.accounts.model.exchange.AccountProperties
- All Implemented Interfaces:
Serializable
This Class AccountProperties is used as the model object for AccountProperties Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(AccountPropertiesDO propertiesDO) From domain object.To domain object.
-
Field Details
-
attributeId
name. -
value
the property value.
-
-
Constructor Details
-
AccountProperties
public AccountProperties()
-
-
Method Details
-
fromDomainObject
From domain object. This function is used to map the params inAccountPropertiesDO
toAccountProperties
- Parameters:
propertiesDO
- the propertiesDO- Returns:
AccountProperties
-
toDomainObject
To domain object. converting fromAccountProperties
toAccountPropertiesDO
This function is used to map the params inAccountProperties
toAccountPropertiesDO
- Returns:
- the AccountPropertiesDO
-