Class Destination
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Destination
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
DestinationExt
The Class Destination.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The cou iso.protected Country
The country.protected boolean
The des acquisition.protected boolean
The des active.protected boolean
The des backup.protected String
The des comment.protected String
The des data.protected String
The des date format.protected String
The des filter name.protected boolean
The des groupby date.protected int
The des if target exist.protected int
The des keep in spool.protected boolean
The des mail on end.protected boolean
The des mail on error.protected boolean
The des mail on start.protected int
The des max connections.protected long
The des max file size.protected int
The des max inactivity.protected int
The des max pending.protected int
The des max requeue.protected int
The des max start.protected boolean
The des monitor.protected String
The des name.protected int
The des on host failure.protected long
The des reset frequency.protected int
The des retry count.protected int
The des retry frequency.protected int
The des start frequency.protected boolean
The des stop if dirty.protected long
The des transfer rate.protected int
The des type.protected BigDecimal
The des update.protected String
The des user mail.protected String
The des user status.protected String
The ecu name.protected ECUser
The ecuser.protected Integer
The hos name for source.protected Host
The host for source.protected SchedulerValue
The scheduler value.protected Integer
The scv id.protected String
The sta code.protected TransferGroup
The transfer group.protected String
The trg name.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new destination.Destination
(String name) Instantiates a new destination. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.boolean
Gets the acquisition.boolean
Gets the active.boolean
Gets the backup.Gets the comment.Gets the country.Gets the country iso.getData()
Gets the data.Gets the date format.Gets the EC user.Gets the EC user name.Gets the filter name.boolean
Gets the group by date.Gets the host for source.Gets the host for source name.int
Gets the if target exist.int
Gets the keep in spool.boolean
Gets the mail on end.boolean
Gets the mail on error.boolean
Gets the mail on start.int
Gets the max connections.long
Gets the max file size.int
Gets the max inactivity.int
Gets the max pending.int
Gets the max requeue.int
Gets the max start.boolean
Gets the monitor.getName()
Gets the name.int
Gets the on host failure.long
Gets the reset frequency.int
Gets the retry count.int
Gets the retry frequency.Gets the scheduler value.Gets the scheduler value id.int
Gets the start frequency.Gets the status code.boolean
Gets the stop if dirty.Gets the transfer group.Gets the transfer group name.long
Gets the transfer rate.int
getType()
Gets the type.Gets the update.Gets the user mail.Gets the user status.int
hashCode()
Hash code.void
setAcquisition
(boolean param) Sets the acquisition.void
setActive
(boolean param) Sets the active.void
Sets the active.void
setBackup
(boolean param) Sets the backup.void
Sets the backup.void
setComment
(String param) Sets the comment.void
setCountry
(Country param) Sets the country.void
setCountryIso
(String param) Sets the country iso.void
Sets the data.void
setDateFormat
(String param) Sets the date format.void
Sets the EC user.void
setECUserName
(String param) Sets the EC user name.void
setFilterName
(String param) Sets the filter name.void
setGroupByDate
(boolean param) Sets the group by date.void
setGroupByDate
(String param) Sets the group by date.void
setHostForSource
(Host param) Sets the host for source.void
setHostForSourceName
(String param) Sets the host for source name.void
setIfTargetExist
(int param) Sets the if target exist.void
setIfTargetExist
(String param) Sets the if target exist.void
setKeepInSpool
(int param) Sets the keep in spool.void
setKeepInSpool
(String param) Sets the keep in spool.void
setMailOnEnd
(boolean param) Sets the mail on end.void
setMailOnEnd
(String param) Sets the mail on end.void
setMailOnError
(boolean param) Sets the mail on error.void
setMailOnError
(String param) Sets the mail on error.void
setMailOnStart
(boolean param) Sets the mail on start.void
setMailOnStart
(String param) Sets the mail on start.void
setMaxConnections
(int param) Sets the max connections.void
setMaxConnections
(String param) Sets the max connections.void
setMaxFileSize
(long param) Sets the max file size.void
setMaxFileSize
(String param) Sets the max file size.void
setMaxInactivity
(int param) Sets the max inactivity.void
setMaxInactivity
(String param) Sets the max inactivity.void
setMaxPending
(int param) Sets the max pending.void
setMaxPending
(String param) Sets the max pending.void
setMaxRequeue
(int param) Sets the max requeue.void
setMaxRequeue
(String param) Sets the max requeue.void
setMaxStart
(int param) Sets the max start.void
setMaxStart
(String param) Sets the max start.void
setMonitor
(boolean param) Sets the monitor.void
setMonitor
(String param) Sets the monitor.void
Sets the name.void
setOnHostFailure
(int param) Sets the on host failure.void
setOnHostFailure
(String param) Sets the on host failure.void
setResetFrequency
(long param) Sets the reset frequency.void
setResetFrequency
(String param) Sets the reset frequency.void
setRetryCount
(int param) Sets the retry count.void
setRetryCount
(String param) Sets the retry count.void
setRetryFrequency
(int param) Sets the retry frequency.void
setRetryFrequency
(String param) Sets the retry frequency.void
setSchedulerValue
(SchedulerValue param) Sets the scheduler value.void
setSchedulerValueId
(int param) Sets the scheduler value id.void
setSchedulerValueId
(Integer param) Sets the scheduler value id.void
setStartFrequency
(int param) Sets the start frequency.void
setStartFrequency
(String param) Sets the start frequency.void
setStatusCode
(String param) Sets the status code.void
setStopIfDirty
(boolean param) Sets the stop if dirty.void
setStopIfDirty
(String param) Sets the stop if dirty.void
setTransferGroup
(TransferGroup param) Sets the transfer group.void
setTransferGroupName
(String param) Sets the transfer group name.void
setTransferRate
(long param) Sets the transfer rate.void
setTransferRate
(String param) Sets the transfer rate.void
setType
(int param) Sets the type.void
Sets the type.void
Sets the update.void
setUserMail
(String param) Sets the user mail.void
setUserStatus
(String param) Sets the user status.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
COU_ISO
The cou iso. -
DES_ACTIVE
protected boolean DES_ACTIVEThe des active. -
DES_BACKUP
protected boolean DES_BACKUPThe des backup. -
DES_COMMENT
The des comment. -
DES_IF_TARGET_EXIST
protected int DES_IF_TARGET_EXISTThe des if target exist. -
DES_KEEP_IN_SPOOL
protected int DES_KEEP_IN_SPOOLThe des keep in spool. -
DES_MAIL_ON_END
protected boolean DES_MAIL_ON_ENDThe des mail on end. -
DES_MAIL_ON_ERROR
protected boolean DES_MAIL_ON_ERRORThe des mail on error. -
DES_MAIL_ON_START
protected boolean DES_MAIL_ON_STARTThe des mail on start. -
DES_MAX_CONNECTIONS
protected int DES_MAX_CONNECTIONSThe des max connections. -
DES_MAX_PENDING
protected int DES_MAX_PENDINGThe des max pending. -
DES_MAX_FILE_SIZE
protected long DES_MAX_FILE_SIZEThe des max file size. -
DES_MAX_REQUEUE
protected int DES_MAX_REQUEUEThe des max requeue. -
DES_MAX_START
protected int DES_MAX_STARTThe des max start. -
DES_MONITOR
protected boolean DES_MONITORThe des monitor. -
DES_NAME
The des name. -
DES_DATA
The des data. -
DES_ON_HOST_FAILURE
protected int DES_ON_HOST_FAILUREThe des on host failure. -
DES_RESET_FREQUENCY
protected long DES_RESET_FREQUENCYThe des reset frequency. -
DES_RETRY_COUNT
protected int DES_RETRY_COUNTThe des retry count. -
DES_RETRY_FREQUENCY
protected int DES_RETRY_FREQUENCYThe des retry frequency. -
DES_START_FREQUENCY
protected int DES_START_FREQUENCYThe des start frequency. -
DES_STOP_IF_DIRTY
protected boolean DES_STOP_IF_DIRTYThe des stop if dirty. -
DES_ACQUISITION
protected boolean DES_ACQUISITIONThe des acquisition. -
DES_MAX_INACTIVITY
protected int DES_MAX_INACTIVITYThe des max inactivity. -
DES_TRANSFER_RATE
protected long DES_TRANSFER_RATEThe des transfer rate. -
DES_UPDATE
The des update. -
DES_FILTER_NAME
The des filter name. -
DES_USER_MAIL
The des user mail. -
DES_USER_STATUS
The des user status. -
DES_TYPE
protected int DES_TYPEThe des type. -
DES_GROUPBY_DATE
protected boolean DES_GROUPBY_DATEThe des groupby date. -
DES_DATE_FORMAT
The des date format. -
ECU_NAME
The ecu name. -
TRG_NAME
The trg name. -
SCV_ID
The scv id. -
STA_CODE
The sta code. -
HOS_NAME_FOR_SOURCE
The hos name for source. -
hostForSource
The host for source. -
transferGroup
The transfer group. -
ecuser
The ecuser. -
country
The country. -
schedulerValue
The scheduler value.
-
-
Constructor Details
-
Destination
public Destination()Instantiates a new destination. -
Destination
-
-
Method Details
-
getData
-
setData
-
getCountryIso
-
setCountryIso
Sets the country iso.- Parameters:
param
- the new country iso
-
getActive
public boolean getActive()Gets the active.- Returns:
- the active
-
setActive
public void setActive(boolean param) Sets the active.- Parameters:
param
- the new active
-
setActive
-
getBackup
public boolean getBackup()Gets the backup.- Returns:
- the backup
-
setBackup
public void setBackup(boolean param) Sets the backup.- Parameters:
param
- the new backup
-
setBackup
-
getComment
-
setComment
-
getIfTargetExist
public int getIfTargetExist()Gets the if target exist.- Returns:
- the if target exist
-
setIfTargetExist
public void setIfTargetExist(int param) Sets the if target exist.- Parameters:
param
- the new if target exist
-
setIfTargetExist
Sets the if target exist.- Parameters:
param
- the new if target exist
-
getKeepInSpool
public int getKeepInSpool()Gets the keep in spool.- Returns:
- the keep in spool
-
setKeepInSpool
public void setKeepInSpool(int param) Sets the keep in spool.- Parameters:
param
- the new keep in spool
-
setKeepInSpool
Sets the keep in spool.- Parameters:
param
- the new keep in spool
-
getMailOnEnd
public boolean getMailOnEnd()Gets the mail on end.- Returns:
- the mail on end
-
setMailOnEnd
public void setMailOnEnd(boolean param) Sets the mail on end.- Parameters:
param
- the new mail on end
-
setMailOnEnd
Sets the mail on end.- Parameters:
param
- the new mail on end
-
getMailOnError
public boolean getMailOnError()Gets the mail on error.- Returns:
- the mail on error
-
setMailOnError
public void setMailOnError(boolean param) Sets the mail on error.- Parameters:
param
- the new mail on error
-
setMailOnError
Sets the mail on error.- Parameters:
param
- the new mail on error
-
getMailOnStart
public boolean getMailOnStart()Gets the mail on start.- Returns:
- the mail on start
-
setMailOnStart
public void setMailOnStart(boolean param) Sets the mail on start.- Parameters:
param
- the new mail on start
-
setMailOnStart
Sets the mail on start.- Parameters:
param
- the new mail on start
-
getMaxConnections
public int getMaxConnections()Gets the max connections.- Returns:
- the max connections
-
setMaxConnections
public void setMaxConnections(int param) Sets the max connections.- Parameters:
param
- the new max connections
-
setMaxConnections
Sets the max connections.- Parameters:
param
- the new max connections
-
getMaxPending
public int getMaxPending()Gets the max pending.- Returns:
- the max pending
-
setMaxPending
public void setMaxPending(int param) Sets the max pending.- Parameters:
param
- the new max pending
-
setMaxPending
Sets the max pending.- Parameters:
param
- the new max pending
-
getMaxRequeue
public int getMaxRequeue()Gets the max requeue.- Returns:
- the max requeue
-
setMaxRequeue
public void setMaxRequeue(int param) Sets the max requeue.- Parameters:
param
- the new max requeue
-
setMaxRequeue
Sets the max requeue.- Parameters:
param
- the new max requeue
-
getMaxStart
public int getMaxStart()Gets the max start.- Returns:
- the max start
-
setMaxStart
public void setMaxStart(int param) Sets the max start.- Parameters:
param
- the new max start
-
setMaxStart
-
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
-
getGroupByDate
public boolean getGroupByDate()Gets the group by date.- Returns:
- the group by date
-
setGroupByDate
public void setGroupByDate(boolean param) Sets the group by date.- Parameters:
param
- the new group by date
-
setGroupByDate
Sets the group by date.- Parameters:
param
- the new group by date
-
getName
-
setName
-
getOnHostFailure
public int getOnHostFailure()Gets the on host failure.- Returns:
- the on host failure
-
setOnHostFailure
public void setOnHostFailure(int param) Sets the on host failure.- Parameters:
param
- the new on host failure
-
setOnHostFailure
Sets the on host failure.- Parameters:
param
- the new on host failure
-
getResetFrequency
public long getResetFrequency()Gets the reset frequency.- Returns:
- the reset frequency
-
setResetFrequency
public void setResetFrequency(long param) Sets the reset frequency.- Parameters:
param
- the new reset frequency
-
setResetFrequency
Sets the reset frequency.- Parameters:
param
- the new reset frequency
-
getMaxFileSize
public long getMaxFileSize()Gets the max file size.- Returns:
- the max file size
-
setMaxFileSize
public void setMaxFileSize(long param) Sets the max file size.- Parameters:
param
- the new max file size
-
setMaxFileSize
Sets the max file size.- Parameters:
param
- the new max file size
-
getRetryCount
public int getRetryCount()Gets the retry count.- Returns:
- the retry count
-
setRetryCount
public void setRetryCount(int param) Sets the retry count.- Parameters:
param
- the new retry count
-
setRetryCount
Sets the retry count.- Parameters:
param
- the new retry count
-
getRetryFrequency
public int getRetryFrequency()Gets the retry frequency.- Returns:
- the retry frequency
-
setRetryFrequency
public void setRetryFrequency(int param) Sets the retry frequency.- Parameters:
param
- the new retry frequency
-
setRetryFrequency
Sets the retry frequency.- Parameters:
param
- the new retry frequency
-
getStartFrequency
public int getStartFrequency()Gets the start frequency.- Returns:
- the start frequency
-
setStartFrequency
public void setStartFrequency(int param) Sets the start frequency.- Parameters:
param
- the new start frequency
-
setStartFrequency
Sets the start frequency.- Parameters:
param
- the new start frequency
-
getMaxInactivity
public int getMaxInactivity()Gets the max inactivity.- Returns:
- the max inactivity
-
setMaxInactivity
public void setMaxInactivity(int param) Sets the max inactivity.- Parameters:
param
- the new max inactivity
-
setMaxInactivity
Sets the max inactivity.- Parameters:
param
- the new max inactivity
-
getStopIfDirty
public boolean getStopIfDirty()Gets the stop if dirty.- Returns:
- the stop if dirty
-
setStopIfDirty
public void setStopIfDirty(boolean param) Sets the stop if dirty.- Parameters:
param
- the new stop if dirty
-
getAcquisition
public boolean getAcquisition()Gets the acquisition.- Returns:
- the acquisition
-
setAcquisition
public void setAcquisition(boolean param) Sets the acquisition.- Parameters:
param
- the new acquisition
-
setStopIfDirty
Sets the stop if dirty.- Parameters:
param
- the new stop if dirty
-
getTransferRate
public long getTransferRate()Gets the transfer rate.- Returns:
- the transfer rate
-
setTransferRate
public void setTransferRate(long param) Sets the transfer rate.- Parameters:
param
- the new transfer rate
-
setTransferRate
Sets the transfer rate.- Parameters:
param
- the new transfer rate
-
getUpdate
-
setUpdate
-
getUserMail
-
setUserMail
-
getFilterName
-
setFilterName
Sets the filter name.- Parameters:
param
- the new filter name
-
getUserStatus
-
setUserStatus
Sets the user status.- Parameters:
param
- the new user status
-
getDateFormat
-
setDateFormat
Sets the date format.- Parameters:
param
- the new date format
-
getType
public int getType()Gets the type.- Returns:
- the type
-
setType
-
setType
public void setType(int param) Sets the type.- Parameters:
param
- the new type
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param
- the new EC user name
-
getTransferGroupName
-
setTransferGroupName
Sets the transfer group name.- Parameters:
param
- the new transfer group name
-
getSchedulerValueId
-
setSchedulerValueId
Sets the scheduler value id.- Parameters:
param
- the new scheduler value id
-
setSchedulerValueId
public void setSchedulerValueId(int param) Sets the scheduler value id.- Parameters:
param
- the new scheduler value id
-
getStatusCode
-
setStatusCode
Sets the status code.- Parameters:
param
- the new status code
-
getHostForSourceName
Gets the host for source name.- Returns:
- the host for source name
-
setHostForSourceName
Sets the host for source name.- Parameters:
param
- the new host for source name
-
getTransferGroup
-
setTransferGroup
Sets the transfer group.- Parameters:
param
- the new transfer group
-
getECUser
-
setECUser
-
getCountry
-
setCountry
-
getSchedulerValue
-
setSchedulerValue
Sets the scheduler value.- Parameters:
param
- the new scheduler value
-
getHostForSource
-
setHostForSource
Sets the host for source.- Parameters:
param
- the new host for source
-
hashCode
-
equals
-