|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.enterprise.nativeapp.server.FolderNode
Used to build folder hierarchy.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private boolean |
createAccess
|
private String |
displayName
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String |
folderRef
|
private int |
indent
|
private String |
level
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
FolderNode()
|
Method Summary | |
private void |
displayNameValidate(String a_DisplayName)
|
private void |
folderRefValidate(String a_FolderRef)
|
String |
getDisplayName()
Gets the value of the attribute: displayName. |
String |
getFolderRef()
Gets the value of the attribute: folderRef. |
int |
getIndent()
Gets the value of the attribute: indent. |
String |
getLevel()
Gets the value of the attribute: level. |
boolean |
isCreateAccess()
Gets the value of the attribute: createAccess; Whether a document can be created in this folder. |
private void |
levelValidate(String a_Level)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(FolderNode thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setCreateAccess(boolean a_CreateAccess)
Sets the value of the attribute: createAccess; Whether a document can be created in this folder. |
void |
setDisplayName(String a_DisplayName)
Sets the value of the attribute: displayName. |
void |
setFolderRef(String a_FolderRef)
Sets the value of the attribute: folderRef. |
void |
setIndent(int a_Indent)
Sets the value of the attribute: indent. |
void |
setLevel(String a_Level)
Sets the value of the attribute: level. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
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 String displayName
private String folderRef
private String level
private int indent
private boolean createAccess
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public FolderNode()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(FolderNode thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getDisplayName()
public void setDisplayName(String a_DisplayName) throws WTPropertyVetoException
a_DisplayName
-
WTPropertyVetoException
private void displayNameValidate(String a_DisplayName) throws WTPropertyVetoException
a_DisplayName
-
WTPropertyVetoException
public String getFolderRef()
public void setFolderRef(String a_FolderRef) throws WTPropertyVetoException
a_FolderRef
-
WTPropertyVetoException
private void folderRefValidate(String a_FolderRef) throws WTPropertyVetoException
a_FolderRef
-
WTPropertyVetoException
public String getLevel()
public void setLevel(String a_Level) throws WTPropertyVetoException
a_Level
-
WTPropertyVetoException
private void levelValidate(String a_Level) throws WTPropertyVetoException
a_Level
-
WTPropertyVetoException
public int getIndent()
public void setIndent(int a_Indent) throws WTPropertyVetoException
a_Indent
-
WTPropertyVetoException
public boolean isCreateAccess()
public void setCreateAccess(boolean a_CreateAccess) throws WTPropertyVetoException
a_CreateAccess
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |