Class QueryProperties

    • Constructor Detail

      • QueryProperties

        public QueryProperties()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • getStatement

        @NotNull
        @Valid
        public @NotNull @Valid QueryStatement getStatement()
        Get statement
        Returns:
        statement
      • setStatement

        public void setStatement​(QueryStatement statement)
      • getSource

        @NotNull
        @Valid
        public @NotNull @Valid QuerySource getSource()
        Get source
        Returns:
        source
      • setSource

        public void setSource​(QuerySource source)
      • getName

        public java.lang.String getName()
        Optional display name to identify the query.
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • description

        public QueryProperties description​(java.lang.String description)
      • getDescription

        public java.lang.String getDescription()
        The Query description.
        Returns:
        description
      • setDescription

        public void setDescription​(java.lang.String description)
      • getCreated

        @NotNull
        @Valid
        public @NotNull @Valid AuditStamp getCreated()
        Get created
        Returns:
        created
      • setCreated

        public void setCreated​(AuditStamp created)
      • getLastModified

        @NotNull
        @Valid
        public @NotNull @Valid AuditStamp getLastModified()
        Get lastModified
        Returns:
        lastModified
      • setLastModified

        public void setLastModified​(AuditStamp lastModified)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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