Inheritance diagram for EmailAddress:
Collaboration diagram for EmailAddress:Public Methods | |
| EmailAddress () | |
| InternetAddress | getAddress () |
| String | getRecipient () |
| void | setAddress (InternetAddress address) |
| String | getDomain () |
| String | getReference () |
| long | calcTypeId () |
| String | getLabel () |
| void | setLabel (String label) |
| long | getId () |
| void | setId (long id) |
| EmailAddress | ( | ) |
| long calcTypeId | ( | ) |
Implements TypeMappingGenerator.
| InternetAddress getAddress | ( | ) |
Implements IEmailAddress.
| String getDomain | ( | ) |
Implements IEmailAddress.
| 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 getRecipient | ( | ) |
Implements IEmailAddress.
| String getReference | ( | ) |
Implements IInternetReference.
| void setAddress | ( | InternetAddress | address | ) |
| void setId | ( | long | id | ) | [inherited] |
| void setLabel | ( | String | label | ) | [inherited] |