Package bitel.billing.server.load.bean
Class Source
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
bitel.billing.server.load.bean.Source
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final boolean
checkSourceType
(int type) getDate1()
getDate2()
int
getMid()
getPswd()
int
getType()
getUser()
static final int
nameToType
(String type) void
setComment
(String comment) void
void
void
void
setHostOrDir
(String hostOrDir) void
setMid
(int mid) void
void
setType
(int type) void
static final String
typeToName
(int type) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Field Details
-
TYPE_FTP
public static final int TYPE_FTP- See Also:
-
TYPE_FILE
public static final int TYPE_FILE- See Also:
-
TYPE_NETFLOW
public static final int TYPE_NETFLOW- See Also:
-
TYPE_SFLOW
public static final int TYPE_SFLOW- See Also:
-
TYPE_SNMP
public static final int TYPE_SNMP- See Also:
-
-
Constructor Details
-
Source
public Source()
-
-
Method Details
-
typeToName
-
nameToType
-
checkSourceType
public static final boolean checkSourceType(int type) -
getConfig
-
setConfig
-
getComment
-
setComment
-
getDate1
-
setDate1
-
getDate2
-
setDate2
-
getHostOrDir
-
setHostOrDir
-
getMid
public int getMid() -
setMid
public void setMid(int mid) -
getPswd
-
setPswd
-
getType
public int getType() -
setType
public void setType(int type) -
getUser
-
setUser
-