wt.fv.configurator
Class HostDesc

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

public class HostDesc
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  Vector hostFolders
           
private  String hostName
           
private  Vector hostVaults
           
private  long id
           
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Constructor Summary
HostDesc()
           
 
Method Summary
 Vector getHostFolders()
          Gets the object for the association that plays role: hostFolders.
 String getHostName()
          Gets the value of the attribute: hostName.
 Vector getHostVaults()
          Gets the object for the association that plays role: hostVaults.
 long getId()
          Gets the value of the attribute: id; Object ID of the FvHost

Supported API: false
private  void hostNameValidate(String a_HostName)
           
private  void readObject(ObjectInputStream in)
           
 void setHostFolders(Vector a_HostFolders)
          Sets the object for the association that plays role: hostFolders.
 void setHostName(String a_HostName)
          Sets the value of the attribute: hostName.
 void setHostVaults(Vector a_HostVaults)
          Sets the object for the association that plays role: hostVaults.
 void setId(long a_Id)
          Sets the value of the attribute: id; Object ID of the FvHost

Supported API: false
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

id

private long id

hostName

private String hostName

hostFolders

private Vector hostFolders

hostVaults

private Vector hostVaults

VERBOSE

private static final boolean VERBOSE
Constructor Detail

HostDesc

public HostDesc()
Method Detail

getId

public long getId()
Gets the value of the attribute: id; Object ID of the FvHost

Supported API: false

Returns:
long

setId

public void setId(long a_Id)
           throws WTPropertyVetoException
Sets the value of the attribute: id; Object ID of the FvHost

Supported API: false

Parameters:
a_Id -
Throws:
WTPropertyVetoException

getHostName

public String getHostName()
Gets the value of the attribute: hostName.

Supported API: false

Returns:
String

setHostName

public void setHostName(String a_HostName)
                 throws WTPropertyVetoException
Sets the value of the attribute: hostName.

Supported API: false

Parameters:
a_HostName -
Throws:
WTPropertyVetoException

hostNameValidate

private void hostNameValidate(String a_HostName)
                       throws WTPropertyVetoException
Parameters:
a_HostName -
Throws:
WTPropertyVetoException

getHostFolders

public Vector getHostFolders()
Gets the object for the association that plays role: hostFolders.

Supported API: false

Returns:
Vector

setHostFolders

public void setHostFolders(Vector a_HostFolders)
                    throws WTPropertyVetoException
Sets the object for the association that plays role: hostFolders.

Supported API: false

Parameters:
a_HostFolders -
Throws:
WTPropertyVetoException

getHostVaults

public Vector getHostVaults()
Gets the object for the association that plays role: hostVaults.

Supported API: false

Returns:
Vector

setHostVaults

public void setHostVaults(Vector a_HostVaults)
                   throws WTPropertyVetoException
Sets the object for the association that plays role: hostVaults.

Supported API: false

Parameters:
a_HostVaults -
Throws:
WTPropertyVetoException

writeObject

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

readObject

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