Class SearchingAttribute

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean

public class SearchingAttribute extends WorkflowAttributeMetadata
See Also:
  • Constructor Details

    • SearchingAttribute

      public SearchingAttribute()
  • Method Details

    • getBusinessObjectClassName

      public String getBusinessObjectClassName()
      Returns:
      the businessObjectClassName
    • getAttributeName

      public String getAttributeName()
      Returns:
      the attributeName
    • setBusinessObjectClassName

      public void setBusinessObjectClassName(String businessObjectClassName)
      Parameters:
      businessObjectClassName - the businessObjectClassName to set
    • setAttributeName

      public void setAttributeName(String attributeName)
      Parameters:
      attributeName - the attributeName to set
    • isShowAttributeInSearchCriteria

      public boolean isShowAttributeInSearchCriteria()
      Returns whether this attribute should appear in the search criteria
      Returns:
      the showAttributeInSearchCriteria
    • setShowAttributeInSearchCriteria

      public void setShowAttributeInSearchCriteria(boolean showAttributeInSearchCriteria)
      Sets whether this attribute should appear in the search criteria
      Parameters:
      showAttributeInSearchCriteria - the showAttributeInSearchCriteria to set
    • isShowAttributeInResultSet

      public boolean isShowAttributeInResultSet()
      Returns whether this attribute should appear in the result set
      Returns:
      the showAttributeInResultSet
    • setShowAttributeInResultSet

      public void setShowAttributeInResultSet(boolean showAttributeInResultSet)
      Sets whether this attribute should appear in the result set
      Parameters:
      showAttributeInResultSet - the showAttributeInResultSet to set