org.starhope.appius.messaging
Class BadMailRecord
java.lang.Object
org.starhope.appius.util.SimpleDataRecord<MailAddressRecord>
org.starhope.appius.messaging.MailAddressRecord
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 |
Constructor Summary |
BadMailRecord(String newAddress)
WRITEME: Document this constructor brpocock@star-hope.org |
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 |
serialVersionUID
private static final long serialVersionUID
- WRITEME: Document this brpocock@star-hope.org
- See Also:
- Constant Field Values
BadMailRecord
public BadMailRecord(String newAddress)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
newAddress
- WRITEME