Class InetInterface
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.inet.common.bean.InetInterface
- All Implemented Interfaces:
java.io.Serializable
,GuiTitlable
,Idable
,ListItem
public class InetInterface extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static int
INTERFACE_ANY
-
Constructor Summary
Constructors Constructor Description InetInterface()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getDeviceTypeId()
void
setDeviceTypeId(int inetSourceId)
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, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
INTERFACE_ANY
public static final int INTERFACE_ANY- See Also:
- Constant Field Values
-
-
Constructor Details
-
InetInterface
public InetInterface()
-
-
Method Details