com.endeca.itl.cas.api
Class ModulePropertySpecGroup

java.lang.Object
  extended by com.endeca.itl.cas.api.ModulePropertySpecGroup

public class ModulePropertySpecGroup
extends Object

A ModulePropertySpecGroup is a container for several ModulePropertySpec objects that should be displayed together as a group. The group provides the collection, but also a display name for the group, and a help link that applies to the group.


Constructor Summary
ModulePropertySpecGroup()
           
ModulePropertySpecGroup(String displayName)
           
ModulePropertySpecGroup(String displayName, ModulePropertySpec... mps)
           
ModulePropertySpecGroup(String displayName, String helpLink, ModulePropertySpec... mps)
           
 
Method Summary
 boolean containsModulePropertySpec(String propertyName)
           
 boolean equals(Object other)
           
 String getDisplayName()
           
 String getHelpLink()
           
 List<ModulePropertySpec> getModulePropertySpec()
           
 ModulePropertySpec getModulePropertySpec(String propertyName)
           
 int hashCode()
           
 void setDisplayName(String value)
           
 void setHelpLink(String value)
           
 void setModulePropertySpec(List<ModulePropertySpec> modulePropertySpecs)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModulePropertySpecGroup

public ModulePropertySpecGroup()

ModulePropertySpecGroup

public ModulePropertySpecGroup(String displayName)

ModulePropertySpecGroup

public ModulePropertySpecGroup(String displayName,
                               String helpLink,
                               ModulePropertySpec... mps)

ModulePropertySpecGroup

public ModulePropertySpecGroup(String displayName,
                               ModulePropertySpec... mps)
Method Detail

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String value)

setModulePropertySpec

public void setModulePropertySpec(List<ModulePropertySpec> modulePropertySpecs)

getModulePropertySpec

public List<ModulePropertySpec> getModulePropertySpec()

getModulePropertySpec

public ModulePropertySpec getModulePropertySpec(String propertyName)

containsModulePropertySpec

public boolean containsModulePropertySpec(String propertyName)

getHelpLink

public String getHelpLink()

setHelpLink

public void setHelpLink(String value)

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Endeca. All Rights Reserved.