Class ReceptionExt
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Reception
ecmwf.common.database.ReceptionExt
- All Implemented Interfaces:
Serializable, Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe distinct status.protected intThe jobs count.Fields inherited from class Reception
NOT_ID, notification, REC_ENVIRONMENT, REC_EXPIRATION_DATE, REC_ID, REC_MONITOR, REC_SEQUENCE, REC_TIMEFields inherited from class DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new reception ext.ReceptionExt(String name) Instantiates a new reception ext. -
Method Summary
Modifier and TypeMethodDescriptionGets the distinct status.intGets the jobs count.Methods inherited from class Reception
getEnvironment, getExpirationDate, getId, getMonitor, getNotification, getNotificationId, getSequence, getTime, setEnvironment, setExpirationDate, setExpirationDate, setId, setId, setMonitor, setMonitor, setNotification, setNotificationId, setNotificationId, setSequence, setSequence, setTime, setTimeMethods inherited from class DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, removeHiddenOptions, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
jobsCount
protected int jobsCountThe jobs count. -
distinctStatus
-
-
Constructor Details
-
ReceptionExt
public ReceptionExt()Instantiates a new reception ext. -
ReceptionExt
-
-
Method Details
-
getDistinctStatus
-
getJobsCount
public int getJobsCount()Gets the jobs count.- Returns:
- the jobs count
-