org.zeroexchange.model.user
Class Role

java.lang.Object
  extended by org.zeroexchange.model.Persistent
      extended by org.zeroexchange.model.StringPKPersistent
          extended by org.zeroexchange.model.user.Role
All Implemented Interfaces:
Serializable, Identifiable<String>

@Entity
public class Role
extends StringPKPersistent

Author:
black
See Also:
Serialized Form

Field Summary
static String ACEGITOKEN_ANONYMOUS
           
static String ACEGITOKEN_USER
           
static String ROLE_USER
           
 
Fields inherited from class org.zeroexchange.model.StringPKPersistent
FIELD_ID
 
Constructor Summary
Role()
           
 
Method Summary
 
Methods inherited from class org.zeroexchange.model.StringPKPersistent
equals, getId, hashCode, setId
 
Methods inherited from class org.zeroexchange.model.Persistent
getTransientValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACEGITOKEN_USER

public static final String ACEGITOKEN_USER
See Also:
Constant Field Values

ACEGITOKEN_ANONYMOUS

public static final String ACEGITOKEN_ANONYMOUS
See Also:
Constant Field Values

ROLE_USER

public static final String ROLE_USER
See Also:
Constant Field Values
Constructor Detail

Role

public Role()


Copyright © 2013. All Rights Reserved.