jcolibri.test.test16
Class EmailDescription
java.lang.Object
jcolibri.test.test16.EmailDescription
- All Implemented Interfaces:
- CaseComponent
public class EmailDescription
- extends java.lang.Object
- implements CaseComponent
Email description.
Contains the file name and its contents.
- Version:
- 1.0
- Author:
- Juan A. Recio-Garcia
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EmailDescription
public EmailDescription(java.lang.String id,
IEText content)
- Constructor
- Parameters:
id
- content
-
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getContent
public IEText getContent()
- Returns:
- Returns the content.
setContent
public void setContent(IEText content)
- Parameters:
content
- The content to set.
getId
public java.lang.String getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.String id)
- Parameters:
id
- The id to set.
getIdAttribute
public Attribute getIdAttribute()
- Description copied from interface:
CaseComponent
- Returns the attribute that identifies the component.
An id-attribute must be unique for each component.
- Specified by:
getIdAttribute
in interface CaseComponent