public class Automation extends Object implements Serializable
Constructor and Description |
---|
Automation() |
Automation(String name,
int interval,
String triggerName,
String actionName,
String autoEventName,
String actionEvent,
boolean active) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getActionEvent()
Returns the value of field 'actionEvent'.
|
String |
getActionName()
Returns the value of field 'actionName'.
|
boolean |
getActive()
Returns the value of field 'active'.
|
String |
getAutoEventName()
Returns the value of field 'autoEventName'.
|
int |
getInterval()
Returns the value of field 'interval'.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getTriggerName()
Returns the value of field 'triggerName'.
|
int |
hashCode()
Overrides the Object.hashCode method.
|
boolean |
isActive()
Returns the value of field 'active'.
|
void |
setActionEvent(String actionEvent)
Sets the value of field 'actionEvent'.
|
void |
setActionName(String actionName)
Sets the value of field 'actionName'.
|
void |
setActive(boolean active)
Sets the value of field 'active'.
|
void |
setAutoEventName(String autoEventName)
Sets the value of field 'autoEventName'.
|
void |
setInterval(int interval)
Sets the value of field 'interval'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setTriggerName(String triggerName)
Sets the value of field 'triggerName'.
|
public boolean equals(Object obj)
public String getActionEvent()
public String getActionName()
public boolean getActive()
public String getAutoEventName()
public int getInterval()
public String getName()
public String getTriggerName()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public boolean isActive()
public void setActionEvent(String actionEvent)
actionEvent
- the value of field 'actionEvent'.public void setActionName(String actionName)
actionName
- the value of field 'actionName'.public void setActive(boolean active)
active
- the value of field 'active'.public void setAutoEventName(String autoEventName)
autoEventName
- the value of field 'autoEventName'.public void setInterval(int interval)
interval
- the value of field 'interval'.public void setName(String name)
name
- the value of field 'name'.public void setTriggerName(String triggerName)
triggerName
- the value of field 'triggerName'.Copyright © 2017. All rights reserved.