Class CompactQuery

  • All Implemented Interfaces:
    Serializable

    public class CompactQuery
    extends Object
    implements Serializable
    The store-friendly version of an ExtendedQuery. Its structure is not meant to be executed, but to be transported and stored
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • CompactQuery

        public CompactQuery()
    • Method Detail

      • getContent

        public byte[] getContent()
      • setContent

        public void setContent​(byte[] body)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getOwnerId

        public Long getOwnerId()
      • setOwnerId

        public void setOwnerId​(Long ownerId)
      • getIsPublic

        public Boolean getIsPublic()
      • setIsPublic

        public void setIsPublic​(Boolean isPublic)