public class SupportRtConfigDao extends ReadOnlyRtConfigDao
Constructor and Description |
---|
SupportRtConfigDao() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseURL() |
String |
getFtpBaseURL() |
String |
getOSFieldName() |
protected String |
getPrefix() |
Long |
getQueueId() |
String |
getVersionFieldName() |
void |
save() |
void |
setFtpBaseURL(String url) |
void |
setOSFieldName(String name) |
void |
setPassword(String password) |
void |
setQueueId(long queueId) |
void |
setUsername(String username) |
void |
setVersionFieldName(String name) |
clearCache, getCancelledStatus, getClosedStatus, getFile, getOpenStatus, getPassword, getProperties, getQueue, getRequestor, getRetry, getStringProperty, getTimeout, getUsername, getUseSystemProxy, getValidCancelledStatus, getValidClosedStatus, getValidOpenStatus, setProperty
protected String getPrefix()
getPrefix
in class ReadOnlyRtConfigDao
public void save() throws IOException
save
in interface RtConfigDao
save
in class ReadOnlyRtConfigDao
IOException
public void setUsername(String username)
public void setPassword(String password)
public Long getQueueId()
public void setQueueId(long queueId)
public String getBaseURL()
getBaseURL
in interface RtConfigDao
getBaseURL
in class ReadOnlyRtConfigDao
public void setFtpBaseURL(String url)
public String getFtpBaseURL()
public void setVersionFieldName(String name)
public String getVersionFieldName()
public void setOSFieldName(String name)
public String getOSFieldName()
Copyright © 2021. All rights reserved.