Class TypeLimitedFindRequest

    • Constructor Detail

      • TypeLimitedFindRequest

        public TypeLimitedFindRequest()
        Default constructor
      • TypeLimitedFindRequest

        public TypeLimitedFindRequest​(TypeLimitedFindRequest template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail

      • getTypeGUID

        public String getTypeGUID()
        Return the type guid to limit the results of the find request.
        Returns:
        String guid
      • setTypeGUID

        public void setTypeGUID​(String typeGUID)
        Set up the type guid to limit the results of the find request.
        Parameters:
        typeGUID - String guid
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class OMRSAPIPagedFindRequest
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison