|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fv.configurator.FolderDesc
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private long id
private boolean enabled
private boolean readOnly
private int seqNumber
private String path
private HostDesc theHostDesc
private VaultDesc theVaultDesc
private static final boolean VERBOSE
Constructor Detail |
public FolderDesc()
Method Detail |
public long getId()
public void setId(long a_Id)
a_Id
- public boolean isEnabled()
public void setEnabled(boolean a_Enabled)
a_Enabled
- public boolean isReadOnly()
public void setReadOnly(boolean a_ReadOnly)
a_ReadOnly
- public int getSeqNumber()
public void setSeqNumber(int a_SeqNumber)
a_SeqNumber
- public String getPath()
public void setPath(String a_Path)
a_Path
- public HostDesc getHostDesc()
public void setHostDesc(HostDesc a_HostDesc) throws WTPropertyVetoException
a_HostDesc
-
WTPropertyVetoException
private void theHostDescValidate(HostDesc a_HostDesc) throws WTPropertyVetoException
a_HostDesc
-
WTPropertyVetoException
public VaultDesc getVaultDesc()
public void setVaultDesc(VaultDesc a_VaultDesc) throws WTPropertyVetoException
a_VaultDesc
-
WTPropertyVetoException
private void theVaultDescValidate(VaultDesc a_VaultDesc) throws WTPropertyVetoException
a_VaultDesc
-
WTPropertyVetoException
public String toString()
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 |