public class Assignment
extends java.lang.Object
| Constructor and Description | 
|---|
| Assignment() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | addAction(Action ac)Adds the action. | 
| void | addText(java.lang.String text)Adds the text. | 
| void | delText(int index)Del text. | 
| java.util.Iterator<Action> | getActions()Gets the actions. | 
| java.lang.String | getNodeName()Gets the node name. | 
| java.util.Iterator<java.lang.String> | getText()Gets the text. | 
| void | insertElementAt(Action action,
               int index)Insert element at. | 
| boolean | isBusiness()Checks if is business. | 
| boolean | isErratum()Checks if is erratum. | 
| boolean | isTechnical()Checks if is technical. | 
| boolean | remove(Action ac)Removes the. | 
| Action | remove(int i)Removes the. | 
| void | removeAllTexts()Removes the all texts. | 
| void | setBusiness(boolean newValue)Sets the business. | 
| void | setErratum(boolean newValue)Sets the erratum. | 
| void | setNodeName(java.lang.String nodeName)Sets the node name. | 
| void | setTechnical(boolean newValue)Sets the technical. | 
| java.lang.String | toString() | 
public void addText(java.lang.String text)
text - the textpublic void delText(int index)
index - the indexpublic java.util.Iterator<java.lang.String> getText()
public java.lang.String getNodeName()
public void setNodeName(java.lang.String nodeName)
nodeName - the new node namepublic void setBusiness(boolean newValue)
newValue - the new businesspublic boolean isBusiness()
public void setTechnical(boolean newValue)
newValue - the new technicalpublic boolean isTechnical()
public void setErratum(boolean newValue)
newValue - the new erratumpublic boolean isErratum()
public java.util.Iterator<Action> getActions()
public boolean remove(Action ac)
ac - the acpublic Action remove(int i)
i - the ipublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean addAction(Action ac)
ac - the acpublic void insertElementAt(Action action, int index)
action - the actionindex - the indexpublic void removeAllTexts()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa