public class Automation extends Object implements Serializable
Constructor and Description |
---|
Automation() |
Modifier and Type | Method and Description |
---|---|
void |
deleteActive() |
void |
deleteInterval() |
boolean |
equals(Object obj)
Overrides the java.lang.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'.
|
boolean |
hasActive()
Method hasActive.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
hasInterval()
Method hasInterval.
|
boolean |
isActive()
Returns the value of field 'active'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
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'.
|
static Automation |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteActive()
public void deleteInterval()
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 boolean hasActive()
public boolean hasInterval()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public boolean isActive()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic 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'.public static Automation unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2015. All Rights Reserved.