Package com.skava.model.domain
Class ActionDomain
java.lang.Object
com.skava.model.domain.ActionDomain
- All Implemented Interfaces:
Serializable
The Class Event.
- Author:
- Infosys Equinox This Class is used as the domain model object for action entity.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The collectionIdprotected String
The config nameprotected Date
The createdTimeprotected String
The descriptionprotected Long
The eventIdprotected Long
The id.protected String
The nameprotected String
The statusprotected String
The templateIdprotected Date
The updatedTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(ActionEntity action) fromEntity - Used to convertActionEntity
toActionDomain
object.toEntity()
toEntity - Used to convertActionDomain
object toActionEntity
object.
-
Field Details
-
id
The id. -
collectionId
protected long collectionIdThe collectionId -
name
The name -
description
The description -
eventId
The eventId -
configName
The config name -
template
The templateId -
updatedTime
The updatedTime -
createdTime
The createdTime -
status
The status
-
-
Constructor Details
-
ActionDomain
public ActionDomain()
-
-
Method Details
-
fromEntity
fromEntity - Used to convertActionEntity
toActionDomain
object.- Parameters:
action
- The action object.- Returns:
- the object of type
ActionDomain
-
toEntity
toEntity - Used to convertActionDomain
object toActionEntity
object.- Returns:
- the object of type
ActionEntity
-