|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fv.configurator.VaultDesc
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private long id
private Vector vaultFolders
private static final boolean VERBOSE
Constructor Detail |
public VaultDesc()
Method Detail |
public long getId()
public void setId(long a_Id)
a_Id
- public Vector getVaultFolders()
public void setVaultFolders(Vector a_VaultFolders) throws WTPropertyVetoException
a_VaultFolders
-
WTPropertyVetoException
public void addFolderDesc(FolderDesc folder)
folder
- 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 |