Class Reception

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ReceptionExt

public class Reception extends DataBaseObject
The Class Reception.
See Also:
  • Field Details

    • NOT_ID

      protected int NOT_ID
      The not id.
    • REC_ENVIRONMENT

      protected String REC_ENVIRONMENT
      The rec environment.
    • REC_EXPIRATION_DATE

      protected BigDecimal REC_EXPIRATION_DATE
      The rec expiration date.
    • REC_ID

      protected int REC_ID
      The rec id.
    • REC_MONITOR

      protected boolean REC_MONITOR
      The rec monitor.
    • REC_SEQUENCE

      protected int REC_SEQUENCE
      The rec sequence.
    • REC_TIME

      protected BigDecimal REC_TIME
      The rec time.
    • notification

      protected Notification notification
      The notification.
  • Constructor Details

    • Reception

      public Reception()
      Instantiates a new reception.
    • Reception

      public Reception(int id)
      Instantiates a new reception.
      Parameters:
      id - the id
    • Reception

      public Reception(String id)
      Instantiates a new reception.
      Parameters:
      id - the id
  • Method Details

    • getNotificationId

      public int getNotificationId()
      Gets the notification id.
      Returns:
      the notification id
    • setNotificationId

      public void setNotificationId(int param)
      Sets the notification id.
      Parameters:
      param - the new notification id
    • setNotificationId

      public void setNotificationId(String param)
      Sets the notification id.
      Parameters:
      param - the new notification id
    • getEnvironment

      public String getEnvironment()
      Gets the environment.
      Returns:
      the environment
    • setEnvironment

      public void setEnvironment(String param)
      Sets the environment.
      Parameters:
      param - the new environment
    • getExpirationDate

      public Timestamp getExpirationDate()
      Gets the expiration date.
      Returns:
      the expiration date
    • setExpirationDate

      public void setExpirationDate(Timestamp param)
      Sets the expiration date.
      Parameters:
      param - the new expiration date
    • setExpirationDate

      public void setExpirationDate(BigDecimal param)
      Sets the expiration date.
      Parameters:
      param - the new expiration date
    • getId

      public int getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(int param)
      Sets the id.
      Parameters:
      param - the new id
    • setId

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

      public boolean getMonitor()
      Gets the monitor.
      Returns:
      the monitor
    • setMonitor

      public void setMonitor(boolean param)
      Sets the monitor.
      Parameters:
      param - the new monitor
    • setMonitor

      public void setMonitor(String param)
      Sets the monitor.
      Parameters:
      param - the new monitor
    • getSequence

      public int getSequence()
      Gets the sequence.
      Returns:
      the sequence
    • setSequence

      public void setSequence(int param)
      Sets the sequence.
      Parameters:
      param - the new sequence
    • setSequence

      public void setSequence(String param)
      Sets the sequence.
      Parameters:
      param - the new sequence
    • getTime

      public Timestamp getTime()
      Gets the time.
      Returns:
      the time
    • setTime

      public void setTime(Timestamp param)
      Sets the time.
      Parameters:
      param - the new time
    • setTime

      public void setTime(BigDecimal param)
      Sets the time.
      Parameters:
      param - the new time
    • getNotification

      public Notification getNotification()
      Gets the notification.
      Returns:
      the notification
    • setNotification

      public void setNotification(Notification param)
      Sets the notification.
      Parameters:
      param - the new notification