|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Action
public class Action
Constructor Summary | |
---|---|
Action(java.lang.String date,
java.lang.String time,
java.lang.String user,
java.lang.String type)
Default constructor that takes the date, time, user and type as arguments. |
Method Summary | |
---|---|
void |
addRecipient(Recipient newRecipient)
Adds a new Recipient to this Action . |
java.util.ArrayList<Recipient> |
getRecipients()
Returns the list of Recipient elements. |
Step |
getStep()
Returns the Step of this Action . |
static java.lang.String |
getXmltag()
Returns the XML element name of Action , i. e. |
void |
setStep(Step step)
Sets the Step of this Action . |
java.lang.String |
toString()
Returns a recursively created XML representation of this Action . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Action(java.lang.String date, java.lang.String time, java.lang.String user, java.lang.String type)
date
- time
- user
- type
- Method Detail |
---|
public void addRecipient(Recipient newRecipient)
Recipient
to this Action
.
public java.util.ArrayList<Recipient> getRecipients()
Recipient
elements.
public Step getStep()
Step
of this Action
.
public static java.lang.String getXmltag()
Action
, i. e. 'action'.
public void setStep(Step step)
Step
of this Action
.
step
- public java.lang.String toString()
Action
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |