Class PortalSubscriber

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

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

    • PSB_ID

      protected Long PSB_ID
      The portal subscriber id.
    • PSB_INU_ID

      protected String PSB_INU_ID
      The target incoming user id.
    • PSB_EMAIL

      protected String PSB_EMAIL
      The subscriber email.
    • PSB_NAME

      protected String PSB_NAME
      The subscriber name.
    • PSB_ISO

      protected String PSB_ISO
      The subscriber ISO country code.
    • PSB_PASSWORD

      protected String PSB_PASSWORD
      The subscriber password.
    • PSB_ACTIVE

      protected boolean PSB_ACTIVE
      The subscriber active flag.
    • PSB_VERIFY_TOKEN

      protected String PSB_VERIFY_TOKEN
      The verification token.
    • PSB_CREATED_TIME

      protected Long PSB_CREATED_TIME
      The creation time in epoch milliseconds.
  • Constructor Details

    • PortalSubscriber

      public PortalSubscriber()
      Instantiates a new portal subscriber.
  • Method Details

    • getPsbId

      public Long getPsbId()
    • setPsbId

      public void setPsbId(Long psbId)
    • getPsbInuId

      public String getPsbInuId()
    • setPsbInuId

      public void setPsbInuId(String psbInuId)
    • getPsbEmail

      public String getPsbEmail()
    • setPsbEmail

      public void setPsbEmail(String psbEmail)
    • getPsbName

      public String getPsbName()
    • setPsbName

      public void setPsbName(String psbName)
    • getPsbIso

      public String getPsbIso()
    • setPsbIso

      public void setPsbIso(String psbIso)
    • getPsbPassword

      public String getPsbPassword()
    • setPsbPassword

      public void setPsbPassword(String psbPassword)
    • getPsbActive

      public boolean getPsbActive()
    • setPsbActive

      public void setPsbActive(boolean psbActive)
    • getPsbVerifyToken

      public String getPsbVerifyToken()
    • setPsbVerifyToken

      public void setPsbVerifyToken(String psbVerifyToken)
    • getPsbCreatedTime

      public Long getPsbCreatedTime()
    • setPsbCreatedTime

      public void setPsbCreatedTime(Long psbCreatedTime)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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