Class GraphicElementSelection

java.lang.Object
hec.map.selection.GraphicElementSelection
All Implemented Interfaces:
Serializable

public class GraphicElementSelection extends Object implements Serializable
See Also:
  • Constructor Details

    • GraphicElementSelection

      public GraphicElementSelection(String name, String type, String src, String altName)
    • GraphicElementSelection

      public GraphicElementSelection()
  • Method Details

    • getLookup

      public rma.util.lookup.Lookup getLookup()
    • setLookup

      public void setLookup(rma.util.lookup.Lookup lookup)
    • getName

      public String getName()
      Returns:
      the _name
    • setName

      public void setName(String name)
      Parameters:
      name - the _name to set
    • getType

      public String getType()
      Returns:
      the _type
    • setType

      public void setType(String type)
      Parameters:
      type - the _type to set
    • getSrc

      public String getSrc()
      Returns:
      the _src
    • setSrc

      public void setSrc(String src)
      Parameters:
      src - the _src to set
    • getAltName

      public String getAltName()
      Returns:
      the _altName
    • setAltName

      public void setAltName(String altName)
      Parameters:
      altName - the _altName to set