Class Properties
java.lang.Object
com.skava.accounts.model.exchange.Properties
- All Implemented Interfaces:
Serializable
This Class Properties is used as the model object for Properties Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProperties
(Collections collection, CollectionAttributes attribute, Properties property) Instantiates a new collection property.Properties
(String name, String value) Instantiates a new collection property. -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(PropertiesDO propertiesDO) fromDomainObject This function is used to map the params present in objectPropertiesDO
toProperties
toDomainObject This function is used to map the params present in objectProperties
toPropertiesDO
-
Field Details
-
name
name. -
value
value. -
createdBy
The created by. -
updatedBy
The updated by.
-
-
Constructor Details
-
Properties
Instantiates a new collection property.- Parameters:
name
- the namevalue
- the value
-
Properties
Instantiates a new collection property.- Parameters:
collection
- aCollections
object. a collection object for parent entity reference.attribute
-CollectionAttributes
the attributeproperty
- aProperties
object. a collection property exchange object for transformation.
-
-
Method Details
-
fromDomainObject
fromDomainObject This function is used to map the params present in objectPropertiesDO
toProperties
- Parameters:
propertiesDO
- It contains the attributes required for the set values.- Returns:
- It returns
Properties
.
-
toDomainObject
toDomainObject This function is used to map the params present in objectProperties
toPropertiesDO
- Returns:
- It returns a
PropertiesDO
object.
-