live.constants
Class Attributes.guests.info

java.lang.Object
  extended bylive.constants.Attributes.guests.info
Enclosing class:
Attributes.guests

public static final class Attributes.guests.info
extends Object

Attributes expected by the guest info page.


Field Summary
static String active
          A String equal to either "true" or "false"
static String classes
          A String that's the guest's permission classes
static String group
          A String that's the name of the group the guest belongs to
static String maxStorage
          A String that's the guest's maximum amount of storage
static String name
          A String that's the name of the guest being viewed
static String storage
          A String that's the guest's default amount of storage
 
Constructor Summary
Attributes.guests.info()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public static final String name
A String that's the name of the guest being viewed

See Also:
Constant Field Values

group

public static final String group
A String that's the name of the group the guest belongs to

See Also:
Constant Field Values

active

public static final String active
A String equal to either "true" or "false"

See Also:
Constant Field Values

storage

public static final String storage
A String that's the guest's default amount of storage

See Also:
Constant Field Values

maxStorage

public static final String maxStorage
A String that's the guest's maximum amount of storage

See Also:
Constant Field Values

classes

public static final String classes
A String that's the guest's permission classes

See Also:
Constant Field Values
Constructor Detail

Attributes.guests.info

public Attributes.guests.info()


Copyright © 2005