Class Action
java.lang.Object
com.skava.core.validation.InputModel
com.skava.model.datatransferobjects.Action
- All Implemented Interfaces:
Serializable
public class Action
extends com.skava.core.validation.InputModel
The Class Action.
- Author:
- Infosys Equinox This Class is used as the model object for Action.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The config Idprotected Date
The created date time.protected String
The description.protected Long
The eventIdprotected Long
The id.protected String
The name.protected EventStatus
The collection statusprotected String
The template Idprotected Date
The updated date time. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(ActionDomain actionDO) This function is used to map the params present in objectActionDomain
toAction
To domain object.
-
Field Details
-
id
The id. -
name
The name. -
status
The collection status -
description
The description. -
eventId
The eventId -
configName
The config Id -
template
The template Id -
updatedTime
The updated date time. -
createdTime
The created date time.
-
-
Constructor Details
-
Action
public Action()The default class constructor.
-
-
Method Details
-
fromDomainObject
This function is used to map the params present in objectActionDomain
toAction
-
toDomainObject
To domain object. This function is used to map the parameters present in objectAction
toActionDomain
- Returns:
- the actionDO of type
ActionDomain
-