com.hyperion.css.common
Class UserFilterAttribute
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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.