|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fv.configurator.SiteDesc
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Vector |
hosts
|
private long |
masterSiteID
|
private String |
masterURL
|
private String |
name
|
private static String |
RESOURCE
|
private String |
siteURL
|
static boolean |
VERBOSE
|
Constructor Summary | |
SiteDesc()
User the factory class wt.fv.local.SiteConfigGenerator to construct all the relationships automatically, rather than writing the really ugly query which is needed to generate the class. |
Method Summary | |
Vector |
getHosts()
Gets the object for the association that plays role: hosts. |
long |
getMasterSiteID()
Gets the value of the attribute: masterSiteID. |
String |
getMasterURL()
Gets the value of the attribute: masterURL. |
String |
getName()
Gets the value of the attribute: name. |
String |
getSiteURL()
Gets the value of the attribute: siteURL. |
private void |
masterURLValidate(String a_MasterURL)
|
private void |
nameValidate(String a_Name)
|
private void |
readObject(ObjectInputStream in)
|
void |
setHosts(Vector a_Hosts)
Sets the object for the association that plays role: hosts. |
void |
setMasterSiteID(long a_MasterSiteID)
Sets the value of the attribute: masterSiteID. |
void |
setMasterURL(String a_MasterURL)
Sets the value of the attribute: masterURL. |
void |
setName(String a_Name)
Sets the value of the attribute: name. |
void |
setSiteURL(String a_SiteURL)
Sets the value of the attribute: siteURL. |
private void |
siteURLValidate(String a_SiteURL)
|
private void |
writeObject(ObjectOutputStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String name
private String siteURL
private long masterSiteID
private String masterURL
private Vector hosts
public static boolean VERBOSE
Constructor Detail |
public SiteDesc()
Method Detail |
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
private void nameValidate(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getSiteURL()
public void setSiteURL(String a_SiteURL) throws WTPropertyVetoException
a_SiteURL
-
WTPropertyVetoException
private void siteURLValidate(String a_SiteURL) throws WTPropertyVetoException
a_SiteURL
-
WTPropertyVetoException
public long getMasterSiteID()
public void setMasterSiteID(long a_MasterSiteID) throws WTPropertyVetoException
a_MasterSiteID
-
WTPropertyVetoException
public String getMasterURL()
public void setMasterURL(String a_MasterURL) throws WTPropertyVetoException
a_MasterURL
-
WTPropertyVetoException
private void masterURLValidate(String a_MasterURL) throws WTPropertyVetoException
a_MasterURL
-
WTPropertyVetoException
public Vector getHosts()
public void setHosts(Vector a_Hosts) throws WTPropertyVetoException
a_Hosts
-
WTPropertyVetoException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |