|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fv.configurator.HostDesc
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private long id
private String hostName
private Vector hostFolders
private Vector hostVaults
private static final boolean VERBOSE
Constructor Detail |
public HostDesc()
Method Detail |
public long getId()
public void setId(long a_Id) throws WTPropertyVetoException
a_Id
-
WTPropertyVetoException
public String getHostName()
public void setHostName(String a_HostName) throws WTPropertyVetoException
a_HostName
-
WTPropertyVetoException
private void hostNameValidate(String a_HostName) throws WTPropertyVetoException
a_HostName
-
WTPropertyVetoException
public Vector getHostFolders()
public void setHostFolders(Vector a_HostFolders) throws WTPropertyVetoException
a_HostFolders
-
WTPropertyVetoException
public Vector getHostVaults()
public void setHostVaults(Vector a_HostVaults) throws WTPropertyVetoException
a_HostVaults
-
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 |