com.endeca.portal.attributes.model
Class Group
java.lang.Object
  
com.endeca.portal.attributes.model.BasePropertyContainer
      
com.endeca.portal.attributes.model.Group
public class Group
- extends BasePropertyContainer
 
Represents a group object serializable via Jackson
- Author:
 
  - Endeca Technologies, Inc
 
 
 
| 
Constructor Summary | 
Group()
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
DISPLAY_NAME_PROPERTY
public static final java.lang.String DISPLAY_NAME_PROPERTY
- See Also:
 - Constant Field Values
 
ATTRIBUTE_KEYS_PROPERTY
public static final java.lang.String ATTRIBUTE_KEYS_PROPERTY
- See Also:
 - Constant Field Values
 
IS_CATCHALL_PROPERTY
public static final java.lang.String IS_CATCHALL_PROPERTY
- See Also:
 - Constant Field Values
 
Group
public Group()
setDisplayName
public void setDisplayName(java.lang.String displayName)
- Parameters:
 displayName - the displayName to set
 
getDisplayName
public java.lang.String getDisplayName()
- Returns:
 - the displayName
 
 
isCatchAll
public boolean isCatchAll()
- Returns:
 - true if this is a "catch all" group
 
 
setCatchAll
public void setCatchAll(boolean isCatchAll)
- Sets whether or not this is a catch-all group
- Parameters:
 isCatchAll - 
 
 
setAttributeKeys
public void setAttributeKeys(java.util.List<java.lang.String> attributeKeys)
- Parameters:
 attributeKeys - the attributeKeys to set
 
getAttributeKeys
public java.util.List<java.lang.String> getAttributeKeys()
- Returns:
 - the attributeKeys