|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.util.SimpleDataRecord<ZoneServerRecord>
org.starhope.appius.sys.admin.ZoneServerRecord
public class ZoneServerRecord
WRITEME: Document this type.
| Field Summary | |
|---|---|
private int |
id
WRITEME: Document this brpocock@star-hope.org |
private static long |
serialVersionUID
WRITEME: Document this brpocock@star-hope.org |
private String |
serverName
WRITEME: Document this brpocock@star-hope.org |
private String |
zoneName
WRITEME: Document this brpocock@star-hope.org |
| Fields inherited from class org.starhope.appius.util.SimpleDataRecord |
|---|
myLoader, timeLastChanged, timeLastSaved |
| Constructor Summary | |
|---|---|
ZoneServerRecord(RecordLoader<ZoneServerRecord> loader)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | |
|---|---|
int |
getCacheableID()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
String |
getCacheableIdent()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
int |
getID()
|
String |
getServerName()
|
String |
getSubversionRevision()
Return the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence. |
String |
getZoneName()
|
void |
setID(int newID)
|
void |
setServerName(String newServerName)
|
void |
setZoneName(String newZoneName)
|
String |
toString()
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private String serverName
private String zoneName
private int id
| Constructor Detail |
|---|
public ZoneServerRecord(RecordLoader<ZoneServerRecord> loader)
loader - WRITEME| Method Detail |
|---|
public int getCacheableID()
throws NotFoundException
DataRecordDataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both.
NotFoundException - if the item doesn't have a distinct
numeric IDDataRecord.getCacheableID()public String getCacheableIdent()
DataRecordDataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both.
DataRecord.getCacheableIdent()public int getID()
public String getServerName()
public String getSubversionRevision()
HasSubversionRevisionReturn the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence.
As an example,the Subversion revision string for this file is "$Rev: 1968 $"
@Override
public String getSubversionRevision () {
return "$Rev: ";
}
HasSubversionRevision.getSubversionRevision()public String getZoneName()
public void setID(int newID)
newID - the new ID to be setpublic void setServerName(String newServerName)
newServerName - the serverName to setpublic void setZoneName(String newZoneName)
newZoneName - the zoneName to setpublic String toString()
toString in class SimpleDataRecord<ZoneServerRecord>Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||