Class CollectionPropertiesDTO
java.lang.Object
com.skava.oms.model.dto.collection.CollectionPropertiesDTO
- All Implemented Interfaces:
Serializable
This class defines the model for CollectionPropertyDTO (Data Transfer Object).
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionPropertiesDTO
(CollectionProperties collectionProperty) This method is used to set collection property. -
Method Summary
Modifier and TypeMethodDescriptionThis method is used to set collcetion's properties to entity.
-
Constructor Details
-
CollectionPropertiesDTO
This method is used to set collection property.- Parameters:
collectionProperty
- It contains the attributes required for the set values.
-
-
Method Details
-
getAsEntity
This method is used to set collcetion's properties to entity.- Returns:
- It returns
CollectionProperty
.
-