public class LocalDestinationRecord extends java.lang.Object implements java.lang.Comparable<LocalDestinationRecord>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
callsign |
boolean |
enabled |
MsgEventType |
eventType |
| Constructor and Description |
|---|
LocalDestinationRecord() |
LocalDestinationRecord(java.lang.String callsign) |
LocalDestinationRecord(java.lang.String callsign,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LocalDestinationRecord o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readFromPreferences(java.util.prefs.Preferences prefs) |
java.lang.String |
toString() |
void |
writeToPreferences(java.util.prefs.Preferences prefs) |
public java.lang.String callsign
public boolean enabled
public MsgEventType eventType
public LocalDestinationRecord()
public LocalDestinationRecord(java.lang.String callsign)
public LocalDestinationRecord(java.lang.String callsign,
boolean enabled)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(LocalDestinationRecord o)
compareTo in interface java.lang.Comparable<LocalDestinationRecord>public void writeToPreferences(java.util.prefs.Preferences prefs)
public void readFromPreferences(java.util.prefs.Preferences prefs)