Class DetailedSearchField

  • All Implemented Interfaces:
    java.io.Serializable

    public class DetailedSearchField
    extends java.lang.Object
    implements java.io.Serializable
    Full specification of the field connected with an entity which can be used in detailed text queries.
    See Also:
    Serialized Form
    • Method Detail

      • createAnyField

        public static DetailedSearchField createAnyField​(java.util.List<java.lang.String> allEntityPropertyCodes)
      • createAnyPropertyField

        public static DetailedSearchField createAnyPropertyField​(java.util.List<java.lang.String> allEntityPropertyCodes)
      • createPropertyField

        public static DetailedSearchField createPropertyField​(java.lang.String propertyCode)
      • getAttributeCode

        public java.lang.String getAttributeCode()
      • getPropertyCode

        public java.lang.String getPropertyCode()
      • getAllEntityPropertyCodesOrNull

        public java.util.List<java.lang.String> getAllEntityPropertyCodesOrNull()
      • toString

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