Class ListsServiceInput


  • public class ListsServiceInput
    extends WebServiceInput
    ListsServiceInput is parameter object representing parameters for ListService web service.
    Author:
    Jakub Kulaviak
    • Constructor Detail

      • ListsServiceInput

        public ListsServiceInput()
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        object type
      • setType

        public void setType​(java.lang.String type)
        Sets object type.
        Parameters:
        type - object type
      • getPublicId

        public java.lang.String getPublicId()
        Returns id of object. It can be for example primaryIdentifier, secondaryIdentifier or some other identifier.
        Returns:
        id of object
      • setPublicId

        public void setPublicId​(java.lang.String publicId)
        Sets id of object.
        Parameters:
        publicId - object public id
        See Also:
        getPublicId()
      • getMineId

        public java.lang.Integer getMineId()
        Returns:
        Intermine unique object id
      • setMineId

        public void setMineId​(java.lang.Integer mineId)
        Sets Intermine unique object id
        Parameters:
        mineId - object id
      • setExtraValue

        public void setExtraValue​(java.lang.String extra)
        An extra value, such as an organism, for use in lookup constraints.
        Parameters:
        extra - The extra value.
      • getExtraValue

        public java.lang.String getExtraValue()
        Returns:
        The extra value, such as an organism name.