|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.SystemStatusStruct
public class SystemStatusStruct
A single instance to hold things like system announcements and other global site info we use for admin purposes.
| Field Summary | |
|---|---|
protected int |
accessLevel
The allowed access level for users. |
protected java.lang.String |
globalAnnouncement
Anything we want printed out on the homepage for everyone to see. |
protected java.lang.String |
name
A single identifier just for our own reference in the summary view. |
| Constructor Summary | |
|---|---|
SystemStatusStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String globalAnnouncement
protected int accessLevel
enumerated constant values:
NORMAL("Normal operation") = 0READONLY("Read-only access") = 1NOACCESS("No access") = 2| Constructor Detail |
|---|
public SystemStatusStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||