Package com.skava.model.domain
Class CollectionPropertyDomain
java.lang.Object
com.skava.model.domain.CollectionPropertyDomain
- All Implemented Interfaces:
Serializable
The Class CollectionPropertyDomain.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThe collection property object.CollectionPropertyDomain
(CollectionPropertyEntity properties) Constructor to initialize the class CollectionPropertyDomain with the input properties. -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(CollectionPropertyEntity collectionProperties) fromEntity - Used to convertCollectionPropertyEntity
object toCollectionPropertyDomain
object.
-
Field Details
-
id
The id. -
collectionId
-
createdBy
The created by. -
updatedTimestamp
The updated date time. -
updatedBy
The updated by. -
value
The value. -
createdTimestamp
The created date time. -
name
The name. -
attributeId
protected long attributeIdattributeId.
-
-
Constructor Details
-
CollectionPropertyDomain
public CollectionPropertyDomain()The collection property object. -
CollectionPropertyDomain
Constructor to initialize the class CollectionPropertyDomain with the input properties.- Parameters:
properties
- the object of type -CollectionPropertyEntity
.
-
-
Method Details
-
fromEntity
fromEntity - Used to convertCollectionPropertyEntity
object toCollectionPropertyDomain
object.- Parameters:
collectionProperties
- the object of typeCollectionPropertyEntity
.- Returns:
- the object of type
CollectionPropertyDomain
.
-