Inheritance diagram for SubstitutionTextImpl:
Collaboration diagram for SubstitutionTextImpl:Public Methods | |
| SubstitutionTextImpl () | |
| SubstitutionTextImpl (String substitutionText) | |
| String | getMethod () |
| void | setMethod (String method) |
| boolean | isPlainText () |
| void | setPlainText (boolean isPlainText) |
| String | getSubstitutionText () |
| void | setSubstitutionText (String substitutionText) |
| long | calcTypeId () |
| String | getLabel () |
| void | setLabel (String label) |
| long | getId () |
| void | setId (long id) |
| SubstitutionTextImpl | ( | String | substitutionText | ) |
| long calcTypeId | ( | ) |
Implements TypeMappingGenerator.
| long getId | ( | ) | [inherited] |
Returns the Id of this DataObject. Might return 0, if the object hasn't been inserted into database yet.
Implements DataObject.
| String getLabel | ( | ) | [inherited] |
Returns the label of this token, which can be any kind of string (except null), mainly used for display-reasons only. Note: Components MUST NOT assume that any kind of label (like 'word' or else) is returned by this method.
Implements ILabeledElement.
Reimplemented in TEIDramaSpeaker, TEIDramaSpeechAct, TEIDramaStage, JodaDateTime, JodaInterval, JodaPeriod, and Timex.
| String getMethod | ( | ) |
| String getSubstitutionText | ( | ) |
| boolean isPlainText | ( | ) |
Returns, if this annotation contains plaintext (false means ciphertext)
Implements ISubstitutionText.
| void setId | ( | long | id | ) | [inherited] |
| void setLabel | ( | String | label | ) | [inherited] |
| void setMethod | ( | String | method | ) |
Sets the substitution method.
| method | to set. |
| void setPlainText | ( | boolean | isPlainText | ) |
Sets if this annotation contains plaintext (or ciphertext).
| isPlainText | to set. |
| void setSubstitutionText | ( | String | substitutionText | ) |
Sets the substitution text.
| tokenString | to set. |