org.starhope.appius.messaging
Class BadMailRecord

java.lang.Object
  extended by org.starhope.appius.util.SimpleDataRecord<MailAddressRecord>
      extended by org.starhope.appius.messaging.MailAddressRecord
          extended by org.starhope.appius.messaging.BadMailRecord
All Implemented Interfaces:
com.whirlycott.cache.Cacheable, Serializable, Comparable<MailAddressRecord>, CTime, DataRecord, HasSubversionRevision

public class BadMailRecord
extends MailAddressRecord

WRITEME: Document this type.

Author:
brpocock@star-hope.org
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          WRITEME: Document this brpocock@star-hope.org
 
Fields inherited from class org.starhope.appius.util.SimpleDataRecord
myLoader, timeLastChanged, timeLastSaved
 
Constructor Summary
BadMailRecord(String newAddress)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 
Methods inherited from class org.starhope.appius.messaging.MailAddressRecord
getAddress, getCacheableID, getCacheableIdent, getSubversionRevision, setAddress
 
Methods inherited from class org.starhope.appius.util.SimpleDataRecord
changed, checkStale, compareTo, equals, finalize, getRecordLoader, getTimeLastChanged, getTimeLastSaved, hashCode, isBeingLoaded, markAsLoaded, markAsSaved, markForReload, onRemove, onRetrieve, onStore, save, setRecordLoader, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
WRITEME: Document this brpocock@star-hope.org

See Also:
Constant Field Values
Constructor Detail

BadMailRecord

public BadMailRecord(String newAddress)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
newAddress - WRITEME