|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.slamd.server.JobFolder
This class defines a job folder data type that is used to hold various properties about a SLAMD job folder.
| Constructor Summary | |
JobFolder(java.lang.String name,
java.lang.String description,
boolean isVirtual,
boolean displayInReadOnlyMode)
Creates a new job folder object with the provided information. |
|
| Method Summary | |
boolean |
displayInReadOnlyMode()
Indicates whether this job folder should be displayed in restricted read-only mode. |
java.lang.String |
getDescription()
Retrieves the description for this job folder. |
java.lang.String |
getName()
Retrieves the name of this job folder. |
boolean |
isVirtual()
Indicates whether this job folder is a real folder or a virtual folder. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JobFolder(java.lang.String name,
java.lang.String description,
boolean isVirtual,
boolean displayInReadOnlyMode)
name - The name for this job folder.description - The description for this job folder, if
there is one.isVirtual - Indicates whether this is a virtual job
folder or a real job folder.displayInReadOnlyMode - Indicates whether this job folder should be
displayed in restricted read-only mode.| Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public boolean isVirtual()
true if this is a virtual job folder, or
false if it is a real job folder.public boolean displayInReadOnlyMode()
true if this folder should be displayed in
restricted read-only mode, or false if not.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||