wt.fv.configurator
Class VaultDesc

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

public class VaultDesc
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  long id
           
private static String RESOURCE
           
private  Vector vaultFolders
           
private static boolean VERBOSE
           
 
Constructor Summary
VaultDesc()
          

Supported API: false
 
Method Summary
 void addFolderDesc(FolderDesc folder)
          

Supported API: false
 long getId()
          Gets the value of the attribute: id.
 Vector getVaultFolders()
          Gets the object for the association that plays role: vaultFolders.
private  void readObject(ObjectInputStream in)
           
 void setId(long a_Id)
          Sets the value of the attribute: id.
 void setVaultFolders(Vector a_VaultFolders)
          Sets the object for the association that plays role: vaultFolders.
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

vaultFolders

private Vector vaultFolders

VERBOSE

private static final boolean VERBOSE
Constructor Detail

VaultDesc

public VaultDesc()


Supported API: false

Method Detail

getId

public long getId()
Gets the value of the attribute: id.

Supported API: false

Returns:
long

setId

public void setId(long a_Id)
Sets the value of the attribute: id.

Supported API: false

Parameters:
a_Id -

getVaultFolders

public Vector getVaultFolders()
Gets the object for the association that plays role: vaultFolders.

Supported API: false

Returns:
Vector

setVaultFolders

public void setVaultFolders(Vector a_VaultFolders)
                     throws WTPropertyVetoException
Sets the object for the association that plays role: vaultFolders.

Supported API: false

Parameters:
a_VaultFolders -
Throws:
WTPropertyVetoException

addFolderDesc

public void addFolderDesc(FolderDesc folder)


Supported API: false

Parameters:
folder -

writeObject

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

readObject

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