|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.util.SimpleDataRecord<Persephone2AppConfig>
org.starhope.appius.sys.admin.Persephone2AppConfig
public class Persephone2AppConfig
WRITEME: Document this type.
Field Summary | |
---|---|
private InetAddress |
appiusAddress
WRITEME |
private int |
appiusPort
WRITEME |
private String |
assetURI
WRITEME |
private String |
bugReportURL
WRITEME |
private String |
cookingURL
WRITEME |
private String |
coreLibURL
WRITEME |
private String |
fontLibURL
WRITEME |
private String |
forgetURL
WRITEME |
private String |
helpURL
WRITEME |
private int |
id
WRITEME |
private Date |
launchDate
WRITEME |
private String |
loginBG
WRITEME |
private String |
loginZone
WRITEME |
private String |
mainURL
WRITEME |
private String |
newAccountURL
WRITEME |
private String |
peanutCodeURL
WRITEME |
(package private) static long |
serialVersionUID
Java Serialisation Unique ID |
private String |
shopURL
WRITEME |
private String |
statusReportURL
WRITEME |
private boolean |
suppressVITPopUp
WRITEME |
private String |
tootsBookURL
WRITEME |
private String |
vitAccountInfoURL
WRITEME |
private String |
vitAccountURL
WRITEME |
Fields inherited from class org.starhope.appius.util.SimpleDataRecord |
---|
myLoader, timeLastChanged, timeLastSaved |
Constructor Summary | |
---|---|
Persephone2AppConfig()
WRITEME: Document this constructor brpocock@star-hope.org |
|
Persephone2AppConfig(RecordLoader<Persephone2AppConfig> loader)
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 |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int id
private InetAddress appiusAddress
private int appiusPort
private String loginZone
private boolean suppressVITPopUp
private String assetURI
private String loginBG
private String tootsBookURL
private String helpURL
private String forgetURL
private String newAccountURL
private String vitAccountURL
private String vitAccountInfoURL
private String peanutCodeURL
private String shopURL
private String cookingURL
private String statusReportURL
private String bugReportURL
private Date launchDate
private String fontLibURL
private String coreLibURL
private String mainURL
static final long serialVersionUID
Constructor Detail |
---|
public Persephone2AppConfig()
public Persephone2AppConfig(RecordLoader<Persephone2AppConfig> loader)
loader
- WRITEMEMethod Detail |
---|
public InetAddress getAppiusAddress()
public int getAppiusPort()
public String getAssetURI()
public String getBugReportURL()
public int getCacheableID() throws NotFoundException
DataRecord
DataRecord.getCacheableID()
or a string identifier (
DataRecord.getCacheableIdent()
or both.
NotFoundException
- if the item doesn't have a distinct
numeric IDDataRecord.getCacheableID()
public String getCacheableIdent() throws NotFoundException
DataRecord
DataRecord.getCacheableID()
or a string identifier (
DataRecord.getCacheableIdent()
or both.
NotFoundException
- if the item doesn't have a distinct
string identifierDataRecord.getCacheableIdent()
public String getCookingURL()
public String getCoreLibURL()
public String getFontLibURL()
public String getForgetURL()
public String getHelpURL()
public int getID()
public Date getLaunchDate()
public String getLoginBG()
public String getLoginZone()
public String getMainURL()
public String getNewAccountURL()
public String getPeanutCodeURL()
public String getShopURL()
public String getStatusReportURL()
public String getSubversionRevision()
HasSubversionRevision
Return 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 getTootsBookURL()
public String getVITAccountInfoURL()
public String getVITAccountURL()
public boolean isSuppressVITPopUp()
public void setAppiusAddress(InetAddress newAddress)
newAddress
- the appiusAddress to setpublic void setAppiusPort(int newPort)
newPort
- the appiusPort to setpublic void setAssetURI(String newAssetURI)
newAssetURI
- the assetURI to setpublic void setBugReportURL(String newBugReportURL)
newBugReportURL
- the bugReportURL to setpublic void setCookingURL(String newCookingURL)
newCookingURL
- the cookingURL to setpublic void setCoreLibURL(String newCoreLibURL)
newCoreLibURL
- the coreLibURL to setpublic void setFontLibURL(String newFontLibURL)
newFontLibURL
- the fontLibURL to setpublic void setForgetURL(String newForgetURL)
newForgetURL
- the forgetURL to setpublic void setHelpURL(String newHelpURL)
newHelpURL
- the helpURL to setpublic void setID(int newID)
newID
- the id to setpublic void setLaunchDate(Date newDate)
newDate
- the launchDate to setpublic void setLoginBG(String newLoginBG)
newLoginBG
- the loginBG to setpublic void setLoginZone(String newLoginZone)
newLoginZone
- the loginZone to setpublic void setMainURL(String newMainURL)
newMainURL
- the mainURL to setpublic void setNewAccountURL(String newRegistrationURL)
newRegistrationURL
- the newAccountURL to setpublic void setPeanutCodeURL(String newPeanutCodeURL)
newPeanutCodeURL
- the peanutCodeURL to setpublic void setShopURL(String newShopURL)
newShopURL
- the shopURL to setpublic void setStatusReportURL(String newStatusReportURL)
newStatusReportURL
- the statusReportURL to setpublic void setSuppressVITPopUp(boolean newSuppressVITPopUp)
newSuppressVITPopUp
- the suppressVITPopUp to setpublic void setTootsBookURL(String newTootsBookURL)
newTootsBookURL
- the tootsBookURL to setpublic void setVITAccountInfoURL(String newVITAccountInfoURL)
newVITAccountInfoURL
- the vitAccountInfoURL to setpublic void setVITAccountURL(String newVITAccountURL)
newVITAccountURL
- the vitAccountURL to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |