Class ABALinkOutValueObject

  • All Implemented Interfaces:
    Serializable

    public class ABALinkOutValueObject
    extends Object
    implements Serializable
    Value Object for transporting details needed from other websites to provide convenient links to them in gemma
    Author:
    kelsey
    See Also:
    Serialized Form
    • Constructor Detail

      • ABALinkOutValueObject

        public ABALinkOutValueObject()
    • Method Detail

      • getAbaGeneUrl

        public String getAbaGeneUrl()
      • setAbaGeneUrl

        public void setAbaGeneUrl​(String abaGeneUrl)
      • getGeneSymbol

        public String getGeneSymbol()
        Returns:
        the geneSymbol
      • setGeneSymbol

        public void setGeneSymbol​(String geneSymbol)
        Parameters:
        geneSymbol - the geneSymbol to set
      • setAbaGeneImageUrl

        public void setAbaGeneImageUrl​(Collection<String> abaGeneImageUrls)