wt.fv.configurator
Class FolderDesc

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

public class FolderDesc
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  boolean enabled
           
private  long id
           
private  String path
           
private  boolean readOnly
           
private static String RESOURCE
           
private  int seqNumber
           
private  HostDesc theHostDesc
           
private  VaultDesc theVaultDesc
           
private static boolean VERBOSE
           
 
Constructor Summary
FolderDesc()
          

Supported API: false
 
Method Summary
 HostDesc getHostDesc()
          Gets the object for the association that plays role: theHostDesc.
 long getId()
          Gets the value of the attribute: id; Object ID of the folder

Supported API: false
 String getPath()
          Gets the value of the attribute: path.
 int getSeqNumber()
          Gets the value of the attribute: seqNumber.
 VaultDesc getVaultDesc()
          Gets the object for the association that plays role: theVaultDesc.
 boolean isEnabled()
          Gets the value of the attribute: enabled.
 boolean isReadOnly()
          Gets the value of the attribute: readOnly.
private  void readObject(ObjectInputStream in)
           
 void setEnabled(boolean a_Enabled)
          Sets the value of the attribute: enabled.
 void setHostDesc(HostDesc a_HostDesc)
          Sets the object for the association that plays role: theHostDesc.
 void setId(long a_Id)
          Sets the value of the attribute: id; Object ID of the folder

Supported API: false
 void setPath(String a_Path)
          Sets the value of the attribute: path.
 void setReadOnly(boolean a_ReadOnly)
          Sets the value of the attribute: readOnly.
 void setSeqNumber(int a_SeqNumber)
          Sets the value of the attribute: seqNumber.
 void setVaultDesc(VaultDesc a_VaultDesc)
          Sets the object for the association that plays role: theVaultDesc.
private  void theHostDescValidate(HostDesc a_HostDesc)
           
private  void theVaultDescValidate(VaultDesc a_VaultDesc)
           
 String toString()
           
private  void writeObject(ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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

enabled

private boolean enabled

readOnly

private boolean readOnly

seqNumber

private int seqNumber

path

private String path

theHostDesc

private HostDesc theHostDesc

theVaultDesc

private VaultDesc theVaultDesc

VERBOSE

private static final boolean VERBOSE
Constructor Detail

FolderDesc

public FolderDesc()


Supported API: false

Method Detail

getId

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

Supported API: false

Returns:
long

setId

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

Supported API: false

Parameters:
a_Id -

isEnabled

public boolean isEnabled()
Gets the value of the attribute: enabled.

Supported API: false

Returns:
boolean

setEnabled

public void setEnabled(boolean a_Enabled)
Sets the value of the attribute: enabled.

Supported API: false

Parameters:
a_Enabled -

isReadOnly

public boolean isReadOnly()
Gets the value of the attribute: readOnly.

Supported API: false

Returns:
boolean

setReadOnly

public void setReadOnly(boolean a_ReadOnly)
Sets the value of the attribute: readOnly.

Supported API: false

Parameters:
a_ReadOnly -

getSeqNumber

public int getSeqNumber()
Gets the value of the attribute: seqNumber.

Supported API: false

Returns:
int

setSeqNumber

public void setSeqNumber(int a_SeqNumber)
Sets the value of the attribute: seqNumber.

Supported API: false

Parameters:
a_SeqNumber -

getPath

public String getPath()
Gets the value of the attribute: path.

Supported API: false

Returns:
String

setPath

public void setPath(String a_Path)
Sets the value of the attribute: path.

Supported API: false

Parameters:
a_Path -

getHostDesc

public HostDesc getHostDesc()
Gets the object for the association that plays role: theHostDesc.

Supported API: false

Returns:
HostDesc

setHostDesc

public void setHostDesc(HostDesc a_HostDesc)
                 throws WTPropertyVetoException
Sets the object for the association that plays role: theHostDesc.

Supported API: false

Parameters:
a_HostDesc -
Throws:
WTPropertyVetoException

theHostDescValidate

private void theHostDescValidate(HostDesc a_HostDesc)
                          throws WTPropertyVetoException
Parameters:
a_HostDesc -
Throws:
WTPropertyVetoException

getVaultDesc

public VaultDesc getVaultDesc()
Gets the object for the association that plays role: theVaultDesc.

Supported API: false

Returns:
VaultDesc

setVaultDesc

public void setVaultDesc(VaultDesc a_VaultDesc)
                  throws WTPropertyVetoException
Sets the object for the association that plays role: theVaultDesc.

Supported API: false

Parameters:
a_VaultDesc -
Throws:
WTPropertyVetoException

theVaultDescValidate

private void theVaultDescValidate(VaultDesc a_VaultDesc)
                           throws WTPropertyVetoException
Parameters:
a_VaultDesc -
Throws:
WTPropertyVetoException

toString

public String toString()

writeObject

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

readObject

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