Class PortalSubscriber
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.PortalSubscriber
- All Implemented Interfaces:
Serializable, Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanThe subscriber active flag.protected LongThe creation time in epoch milliseconds.protected StringThe subscriber email.protected LongThe portal subscriber id.protected StringThe target incoming user id.protected StringThe subscriber ISO country code.protected StringThe subscriber name.protected StringThe subscriber password.protected StringThe verification token.Fields inherited from class DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetPsbId()inthashCode()voidsetPsbActive(boolean psbActive) voidsetPsbCreatedTime(Long psbCreatedTime) voidsetPsbEmail(String psbEmail) voidvoidsetPsbInuId(String psbInuId) voidvoidsetPsbName(String psbName) voidsetPsbPassword(String psbPassword) voidsetPsbVerifyToken(String psbVerifyToken) Methods inherited from class DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, removeHiddenOptions, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
PSB_ID
The portal subscriber id. -
PSB_INU_ID
The target incoming user id. -
PSB_EMAIL
The subscriber email. -
PSB_NAME
The subscriber name. -
PSB_ISO
The subscriber ISO country code. -
PSB_PASSWORD
The subscriber password. -
PSB_ACTIVE
protected boolean PSB_ACTIVEThe subscriber active flag. -
PSB_VERIFY_TOKEN
The verification token. -
PSB_CREATED_TIME
The creation time in epoch milliseconds.
-
-
Constructor Details
-
PortalSubscriber
public PortalSubscriber()Instantiates a new portal subscriber.
-
-
Method Details
-
getPsbId
-
setPsbId
-
getPsbInuId
-
setPsbInuId
-
getPsbEmail
-
setPsbEmail
-
getPsbName
-
setPsbName
-
getPsbIso
-
setPsbIso
-
getPsbPassword
-
setPsbPassword
-
getPsbActive
public boolean getPsbActive() -
setPsbActive
public void setPsbActive(boolean psbActive) -
getPsbVerifyToken
-
setPsbVerifyToken
-
getPsbCreatedTime
-
setPsbCreatedTime
-
hashCode
-
equals
-