Class SearchProperty

Object
SearchProperty
All Implemented Interfaces:
Serializable

public class SearchProperty extends Object implements Serializable
See Also:
  • Constructor Details

    • SearchProperty

      public SearchProperty()
    • SearchProperty

      public SearchProperty(String name, String inputMask)
    • SearchProperty

      public SearchProperty(String name)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getInputMask

      public String getInputMask()
    • setInputMask

      public void setInputMask(String inputMask)
    • getResolution

      public Resolution getResolution()
    • setResolution

      public void setResolution(Resolution resolution)