jcolibri.test.test16
Class EmailDescription

java.lang.Object
  extended by 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

Constructor Summary
EmailDescription(java.lang.String id, IEText content)
          Constructor
 
Method Summary
 IEText getContent()
           
 java.lang.String getId()
           
 Attribute getIdAttribute()
          Returns the attribute that identifies the component.
 void setContent(IEText content)
           
 void setId(java.lang.String id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailDescription

public EmailDescription(java.lang.String id,
                        IEText content)
Constructor

Parameters:
id -
content -
Method Detail

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

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es