Class QueryObjectReference

  • All Implemented Interfaces:
    QueryOrderable

    public class QueryObjectReference
    extends QueryReference
    implements QueryOrderable
    Represents a field of a QueryClass that is a business object
    Author:
    Mark Woodbridge, Richard Smith, Matthew Wakeling
    • Constructor Detail

      • QueryObjectReference

        public QueryObjectReference​(QueryClass qc,
                                    java.lang.String fieldName)
        Constructs a QueryObjectReference representing the specified field of a QueryClass
        Parameters:
        qc - the QueryClass
        fieldName - the name of the relevant field
        Throws:
        java.lang.NullPointerException - if the field name is null
        java.lang.IllegalArgumentException - if the field is not a reference, or does not exist
    • Method Detail

      • toString

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