|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--com.ninecode.email.connector.EmailMappedRecord
The Record object used for interaction.
| Field Summary | |
protected String |
mDescription
The description. |
protected String |
mName
The name. |
| Constructor Summary | |
EmailMappedRecord()
Creates a new instance of EmailMappedRecord |
|
| Method Summary | |
Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(Object obj)
Check if this instance is equal to another Record. |
String |
getRecordName()
Gets the name of the Record. |
String |
getRecordShortDescription()
Gets a short description string for the Record. |
int |
hashCode()
Returns the hash code for the Record instance. |
void |
setRecordName(String name)
Sets the name of the Record. |
void |
setRecordShortDescription(String description)
Sets a short description string for the Record. |
| Methods inherited from class java.util.HashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Field Detail |
protected String mName
protected String mDescription
| Constructor Detail |
public EmailMappedRecord()
| Method Detail |
public Object clone()
clone in interface Recordclone in class HashMapCloneNotSupportedException - If the object's class does not
support the Cloneable interface Subclasses that override the
clone method can also throw this exception to indicate that an
instance cannot be cloned.public boolean equals(Object obj)
equals in interface Recordequals in class AbstractMaptrue if two instances are equal.public String getRecordName()
getRecordName in interface Recordpublic String getRecordShortDescription()
getRecordShortDescription in interface Recordpublic int hashCode()
hashCode in interface RecordhashCode in class AbstractMappublic void setRecordName(String name)
setRecordName in interface Recordname - Name of the Record.public void setRecordShortDescription(String description)
setRecordShortDescription in interface Recorddescription - Description of the Record.
|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||