java.lang.Object
org.gcube.vremanagement.executor.plugin.Ref

public class Ref extends Object
  • Field Details

    • id

      protected String id
      The identifier
    • address

      protected String address
      The address or location
  • Constructor Details

    • Ref

      protected Ref()
      Protected default constructor for serialization.
    • Ref

      public Ref(String id, String address)
      Constructor with id and address.
      Parameters:
      id - the identifier
      address - the address or location
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getAddress

      public String getAddress()
      Returns:
      the address
    • setAddress

      public void setAddress(String address)
      Parameters:
      address - the address to set