Interface IncomingPolicy

All Superinterfaces:
ecmwf.web.model.ModelBean
All Known Implementing Classes:
IncomingPolicyBean

public interface IncomingPolicy extends ecmwf.web.model.ModelBean
The Interface IncomingPolicy.
  • Method Details

    • getId

      String getId()
      Gets the id.
      Specified by:
      getId in interface ecmwf.web.model.ModelBean
    • getComment

      String getComment()
      Gets the comment.
      Returns:
      the comment
    • getActive

      boolean getActive()
      Gets the active.
      Returns:
      the active
    • getData

      String getData()
      Gets the data.
      Returns:
      the data
    • getProperties

      String getProperties()
      Gets the properties.
      Returns:
      the properties
    • getCompletions

      String getCompletions()
      Gets the completions.
      Returns:
      the completions
    • setId

      void setId(String id)
      Sets the id.
      Specified by:
      setId in interface ecmwf.web.model.ModelBean
    • setComment

      void setComment(String comment)
      Sets the comment.
      Parameters:
      comment - the new comment
    • setActive

      void setActive(boolean active)
      Sets the active.
      Parameters:
      active - the new active
    • setData

      void setData(String data)
      Sets the data.
      Parameters:
      data - the new data
    • addDestination

      void addDestination(Destination d)
      Adds the destination.
      Parameters:
      d - the d
    • deleteDestination

      void deleteDestination(Destination d)
      Delete destination.
      Parameters:
      d - the d
    • getAssociatedDestinations

      Collection<Destination> getAssociatedDestinations() throws TransferException
      Gets the associated destinations.
      Returns:
      the associated destinations
      Throws:
      TransferException - the transfer exception