wt.fv.configurator
Class SiteDesc

java.lang.Object
  extended bywt.fv.configurator.SiteDesc
All Implemented Interfaces:
Serializable

public class SiteDesc
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

name

private String name

siteURL

private String siteURL

masterSiteID

private long masterSiteID

masterURL

private String masterURL

hosts

private Vector hosts

VERBOSE

public static boolean VERBOSE
Constructor Detail

SiteDesc

public 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.

Supported API: false

Method Detail

getName

public String getName()
Gets the value of the attribute: name.

Supported API: false

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: name.

Supported API: false

Parameters:
a_Name -
Throws:
WTPropertyVetoException

nameValidate

private void nameValidate(String a_Name)
                   throws WTPropertyVetoException
Parameters:
a_Name -
Throws:
WTPropertyVetoException

getSiteURL

public String getSiteURL()
Gets the value of the attribute: siteURL.

Supported API: false

Returns:
String

setSiteURL

public void setSiteURL(String a_SiteURL)
                throws WTPropertyVetoException
Sets the value of the attribute: siteURL.

Supported API: false

Parameters:
a_SiteURL -
Throws:
WTPropertyVetoException

siteURLValidate

private void siteURLValidate(String a_SiteURL)
                      throws WTPropertyVetoException
Parameters:
a_SiteURL -
Throws:
WTPropertyVetoException

getMasterSiteID

public long getMasterSiteID()
Gets the value of the attribute: masterSiteID.

Supported API: false

Returns:
long

setMasterSiteID

public void setMasterSiteID(long a_MasterSiteID)
                     throws WTPropertyVetoException
Sets the value of the attribute: masterSiteID.

Supported API: false

Parameters:
a_MasterSiteID -
Throws:
WTPropertyVetoException

getMasterURL

public String getMasterURL()
Gets the value of the attribute: masterURL.

Supported API: false

Returns:
String

setMasterURL

public void setMasterURL(String a_MasterURL)
                  throws WTPropertyVetoException
Sets the value of the attribute: masterURL.

Supported API: false

Parameters:
a_MasterURL -
Throws:
WTPropertyVetoException

masterURLValidate

private void masterURLValidate(String a_MasterURL)
                        throws WTPropertyVetoException
Parameters:
a_MasterURL -
Throws:
WTPropertyVetoException

getHosts

public Vector getHosts()
Gets the object for the association that plays role: hosts.

Supported API: false

Returns:
Vector

setHosts

public void setHosts(Vector a_Hosts)
              throws WTPropertyVetoException
Sets the object for the association that plays role: hosts.

Supported API: false

Parameters:
a_Hosts -
Throws:
WTPropertyVetoException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException