Class CollectionAttributes
java.lang.Object
com.skava.accounts.model.exchange.CollectionAttributes
- All Implemented Interfaces:
Serializable
This Class CollectionAttributes is used as the model object for CollectionAttributes Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(CollectionAttributesEntity colletionAttributes) FromEntity - This function is used to map the params present in objectCollectionAttributesEntity
toCollectionAttributes
-
Field Details
-
name
name. -
description
The description. -
defaultValue
The value. -
type
The type of collection attribute.
-
-
Constructor Details
-
CollectionAttributes
public CollectionAttributes()
-
-
Method Details
-
fromEntity
FromEntity - This function is used to map the params present in objectCollectionAttributesEntity
toCollectionAttributes
- Parameters:
colletionAttributes
- It consists of the fields which will be mapped to the object of typeCollectionAttributes
- Returns:
- It returns an object of type
CollectionAttributes
.
-