Class CollectionProperty
java.lang.Object
com.skava.model.datatransferobjects.CollectionProperty
- All Implemented Interfaces:
Serializable
The Class CollectionPropertiesVO.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThe collection property object.CollectionProperty
(CollectionPropertyEntity properties) Instantiates a new collection property.CollectionProperty
(String name, String value) -
Method Summary
Modifier and TypeMethodDescriptionfromdomainObject
(CollectionPropertyDomain collectionProperties) toDomainObject - Used to convertCollectionProperty
object toCollectionPropertyDomain
object.
-
Field Details
-
id
The id. -
createdOn
The created date time. -
createdBy
The created by. -
updatedOn
The updated date time. -
value
The value. -
updatedBy
The updated by. -
name
The name. -
collectionId
The collection id.
-
-
Constructor Details
-
CollectionProperty
public CollectionProperty()The collection property object. -
CollectionProperty
Instantiates a new collection property.- Parameters:
properties
- The collection property.
-
CollectionProperty
-
-
Method Details
-
toDomainObject
toDomainObject - Used to convertCollectionProperty
object toCollectionPropertyDomain
object.- Returns:
CollectionPropertyDomain
-
fromdomainObject
- Parameters:
collectionProperties
- Instance ofCollectionPropertyDomain
object which is used to convert domain object to DTO object.- Returns:
- Instance of
CollectionProperty
object.
-