org.starhope.appius.sys.admin
Class Persephone2AppConfig

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

public class Persephone2AppConfig
extends SimpleDataRecord<Persephone2AppConfig>

WRITEME: Document this type.

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

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
 
Method Summary
 InetAddress getAppiusAddress()
           
 int getAppiusPort()
           
 String getAssetURI()
           
 String getBugReportURL()
           
 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.
 String getCookingURL()
           
 String getCoreLibURL()
           
 String getFontLibURL()
           
 String getForgetURL()
           
 String getHelpURL()
           
 int getID()
           
 Date getLaunchDate()
           
 String getLoginBG()
           
 String getLoginZone()
           
 String getMainURL()
           
 String getNewAccountURL()
           
 String getPeanutCodeURL()
           
 String getShopURL()
           
 String getStatusReportURL()
           
 String getSubversionRevision()
           Return the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence.
 String getTootsBookURL()
           
 String getVITAccountInfoURL()
           
 String getVITAccountURL()
           
 boolean isSuppressVITPopUp()
           
 void setAppiusAddress(InetAddress newAddress)
           
 void setAppiusPort(int newPort)
           
 void setAssetURI(String newAssetURI)
           
 void setBugReportURL(String newBugReportURL)
           
 void setCookingURL(String newCookingURL)
           
 void setCoreLibURL(String newCoreLibURL)
           
 void setFontLibURL(String newFontLibURL)
           
 void setForgetURL(String newForgetURL)
           
 void setHelpURL(String newHelpURL)
           
 void setID(int newID)
           
 void setLaunchDate(Date newDate)
           
 void setLoginBG(String newLoginBG)
           
 void setLoginZone(String newLoginZone)
           
 void setMainURL(String newMainURL)
           
 void setNewAccountURL(String newRegistrationURL)
           
 void setPeanutCodeURL(String newPeanutCodeURL)
           
 void setShopURL(String newShopURL)
           
 void setStatusReportURL(String newStatusReportURL)
           
 void setSuppressVITPopUp(boolean newSuppressVITPopUp)
           
 void setTootsBookURL(String newTootsBookURL)
           
 void setVITAccountInfoURL(String newVITAccountInfoURL)
           
 void setVITAccountURL(String newVITAccountURL)
           
 
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

id

private int id
WRITEME


appiusAddress

private InetAddress appiusAddress
WRITEME


appiusPort

private int appiusPort
WRITEME


loginZone

private String loginZone
WRITEME


suppressVITPopUp

private boolean suppressVITPopUp
WRITEME


assetURI

private String assetURI
WRITEME


loginBG

private String loginBG
WRITEME


tootsBookURL

private String tootsBookURL
WRITEME


helpURL

private String helpURL
WRITEME


forgetURL

private String forgetURL
WRITEME


newAccountURL

private String newAccountURL
WRITEME


vitAccountURL

private String vitAccountURL
WRITEME


vitAccountInfoURL

private String vitAccountInfoURL
WRITEME


peanutCodeURL

private String peanutCodeURL
WRITEME


shopURL

private String shopURL
WRITEME


cookingURL

private String cookingURL
WRITEME


statusReportURL

private String statusReportURL
WRITEME


bugReportURL

private String bugReportURL
WRITEME


launchDate

private Date launchDate
WRITEME


fontLibURL

private String fontLibURL
WRITEME


coreLibURL

private String coreLibURL
WRITEME


mainURL

private String mainURL
WRITEME


serialVersionUID

static final long serialVersionUID
Java Serialisation Unique ID

See Also:
Constant Field Values
Constructor Detail

Persephone2AppConfig

public Persephone2AppConfig()
WRITEME: Document this constructor brpocock@star-hope.org


Persephone2AppConfig

public Persephone2AppConfig(RecordLoader<Persephone2AppConfig> loader)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
loader - WRITEME
Method Detail

getAppiusAddress

public InetAddress getAppiusAddress()
Returns:
the appiusAddress

getAppiusPort

public int getAppiusPort()
Returns:
the appiusPort

getAssetURI

public String getAssetURI()
Returns:
the assetURI

getBugReportURL

public String getBugReportURL()
Returns:
the bugReportURL

getCacheableID

public int getCacheableID()
                   throws NotFoundException
Description copied from interface: DataRecord
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier ( DataRecord.getCacheableIdent() or both.

Returns:
an unique ID number
Throws:
NotFoundException - if the item doesn't have a distinct numeric ID
See Also:
DataRecord.getCacheableID()

getCacheableIdent

public String getCacheableIdent()
                         throws NotFoundException
Description copied from interface: DataRecord
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier ( DataRecord.getCacheableIdent() or both.

Returns:
an unique identifier string
Throws:
NotFoundException - if the item doesn't have a distinct string identifier
See Also:
DataRecord.getCacheableIdent()

getCookingURL

public String getCookingURL()
Returns:
the cookingURL

getCoreLibURL

public String getCoreLibURL()
Returns:
the coreLibURL

getFontLibURL

public String getFontLibURL()
Returns:
the fontLibURL

getForgetURL

public String getForgetURL()
Returns:
the forgetURL

getHelpURL

public String getHelpURL()
Returns:
the helpURL

getID

public int getID()
Returns:
the id

getLaunchDate

public Date getLaunchDate()
Returns:
the launchDate

getLoginBG

public String getLoginBG()
Returns:
the loginBG

getLoginZone

public String getLoginZone()
Returns:
the loginZone

getMainURL

public String getMainURL()
Returns:
the mainURL

getNewAccountURL

public String getNewAccountURL()
Returns:
the newAccountURL

getPeanutCodeURL

public String getPeanutCodeURL()
Returns:
the peanutCodeURL

getShopURL

public String getShopURL()
Returns:
the shopURL

getStatusReportURL

public String getStatusReportURL()
Returns:
the statusReportURL

getSubversionRevision

public String getSubversionRevision()
Description copied from interface: 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: ";
 }
 

Returns:
The Subversion revision level for this class's source code file.
See Also:
HasSubversionRevision.getSubversionRevision()

getTootsBookURL

public String getTootsBookURL()
Returns:
the tootsBookURL

getVITAccountInfoURL

public String getVITAccountInfoURL()
Returns:
the vitAccountInfoURL

getVITAccountURL

public String getVITAccountURL()
Returns:
the vitAccountURL

isSuppressVITPopUp

public boolean isSuppressVITPopUp()
Returns:
the suppressVITPopUp

setAppiusAddress

public void setAppiusAddress(InetAddress newAddress)
Parameters:
newAddress - the appiusAddress to set

setAppiusPort

public void setAppiusPort(int newPort)
Parameters:
newPort - the appiusPort to set

setAssetURI

public void setAssetURI(String newAssetURI)
Parameters:
newAssetURI - the assetURI to set

setBugReportURL

public void setBugReportURL(String newBugReportURL)
Parameters:
newBugReportURL - the bugReportURL to set

setCookingURL

public void setCookingURL(String newCookingURL)
Parameters:
newCookingURL - the cookingURL to set

setCoreLibURL

public void setCoreLibURL(String newCoreLibURL)
Parameters:
newCoreLibURL - the coreLibURL to set

setFontLibURL

public void setFontLibURL(String newFontLibURL)
Parameters:
newFontLibURL - the fontLibURL to set

setForgetURL

public void setForgetURL(String newForgetURL)
Parameters:
newForgetURL - the forgetURL to set

setHelpURL

public void setHelpURL(String newHelpURL)
Parameters:
newHelpURL - the helpURL to set

setID

public void setID(int newID)
Parameters:
newID - the id to set

setLaunchDate

public void setLaunchDate(Date newDate)
Parameters:
newDate - the launchDate to set

setLoginBG

public void setLoginBG(String newLoginBG)
Parameters:
newLoginBG - the loginBG to set

setLoginZone

public void setLoginZone(String newLoginZone)
Parameters:
newLoginZone - the loginZone to set

setMainURL

public void setMainURL(String newMainURL)
Parameters:
newMainURL - the mainURL to set

setNewAccountURL

public void setNewAccountURL(String newRegistrationURL)
Parameters:
newRegistrationURL - the newAccountURL to set

setPeanutCodeURL

public void setPeanutCodeURL(String newPeanutCodeURL)
Parameters:
newPeanutCodeURL - the peanutCodeURL to set

setShopURL

public void setShopURL(String newShopURL)
Parameters:
newShopURL - the shopURL to set

setStatusReportURL

public void setStatusReportURL(String newStatusReportURL)
Parameters:
newStatusReportURL - the statusReportURL to set

setSuppressVITPopUp

public void setSuppressVITPopUp(boolean newSuppressVITPopUp)
Parameters:
newSuppressVITPopUp - the suppressVITPopUp to set

setTootsBookURL

public void setTootsBookURL(String newTootsBookURL)
Parameters:
newTootsBookURL - the tootsBookURL to set

setVITAccountInfoURL

public void setVITAccountInfoURL(String newVITAccountInfoURL)
Parameters:
newVITAccountInfoURL - the vitAccountInfoURL to set

setVITAccountURL

public void setVITAccountURL(String newVITAccountURL)
Parameters:
newVITAccountURL - the vitAccountURL to set