Class QueryModel.PropertyNameCriterion

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyNameCriterion​(java.lang.String name)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
    • Constructor Detail

      • PropertyNameCriterion

        public PropertyNameCriterion​(java.lang.String name)
        Default constructor.
        Parameters:
        name - The name of the property.
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
        Returns:
        The name of the property