Class IncomingPolicy

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.IncomingPolicy
All Implemented Interfaces:
Serializable, Cloneable

public class IncomingPolicy extends DataBaseObject
The Class IncomingPolicy.
See Also:
  • Field Details Link icon

    • INP_ID Link icon

      protected String INP_ID
      The inp id.
    • INP_COMMENT Link icon

      protected String INP_COMMENT
      The inp comment.
    • INP_ACTIVE Link icon

      protected boolean INP_ACTIVE
      The inp active.
    • INP_DATA Link icon

      protected String INP_DATA
      The inp data.
  • Constructor Details Link icon

    • IncomingPolicy Link icon

      public IncomingPolicy()
      Instantiates a new incoming policy.
    • IncomingPolicy Link icon

      public IncomingPolicy(String id)
      Instantiates a new incoming policy.
      Parameters:
      id - the id
  • Method Details Link icon

    • getId Link icon

      public String getId()
      Gets the id.
      Returns:
      the id
    • setId Link icon

      public void setId(String param)
      Sets the id.
      Parameters:
      param - the new id
    • getComment Link icon

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setComment Link icon

      public void setComment(String param)
      Sets the comment.
      Parameters:
      param - the new comment
    • getActive Link icon

      public boolean getActive()
      Gets the active.
      Returns:
      the active
    • setActive Link icon

      public void setActive(boolean param)
      Sets the active.
      Parameters:
      param - the new active
    • setActive Link icon

      public void setActive(String param)
      Sets the active.
      Parameters:
      param - the new active
    • getData Link icon

      public String getData()
      Gets the data.
      Returns:
      the data
    • setData Link icon

      public void setData(String param)
      Sets the data.
      Parameters:
      param - the new data
    • hashCode Link icon

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object