com.hyperion.css.common
Class UserFilterAttribute

java.lang.Object
  extended by com.hyperion.css.common.UserFilterAttribute
All Implemented Interfaces:
java.io.Serializable

public class UserFilterAttribute
extends java.lang.Object
implements java.io.Serializable

Represents User Filter attributes used for search criteria.

Author:
vgowdra
See Also:
Serialized Form

Field Summary
static UserFilterAttribute DESCRIPTION
           
static java.lang.String DESCRIPTIONSTR
           
static UserFilterAttribute EMAIL
           
static java.lang.String EMAILSTR
           
static UserFilterAttribute FIRSTNAME
           
static java.lang.String FIRSTNAMESTR
           
static UserFilterAttribute LASTNAME
           
static java.lang.String LASTNAMESTR
           
static UserFilterAttribute NAME
           
static java.lang.String NAMESTR
           
 
Method Summary
 java.lang.String getAttributeName()
           
static UserFilterAttribute getUserFilterAttribute(java.lang.String typestr)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESTR

public static final java.lang.String NAMESTR
See Also:
Constant Field Values

FIRSTNAMESTR

public static final java.lang.String FIRSTNAMESTR
See Also:
Constant Field Values

LASTNAMESTR

public static final java.lang.String LASTNAMESTR
See Also:
Constant Field Values

DESCRIPTIONSTR

public static final java.lang.String DESCRIPTIONSTR
See Also:
Constant Field Values

EMAILSTR

public static final java.lang.String EMAILSTR
See Also:
Constant Field Values

NAME

public static final UserFilterAttribute NAME

FIRSTNAME

public static final UserFilterAttribute FIRSTNAME

LASTNAME

public static final UserFilterAttribute LASTNAME

DESCRIPTION

public static final UserFilterAttribute DESCRIPTION

EMAIL

public static final UserFilterAttribute EMAIL
Method Detail

getAttributeName

public java.lang.String getAttributeName()

getUserFilterAttribute

public static UserFilterAttribute getUserFilterAttribute(java.lang.String typestr)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2009 Oracle Corporation.