Class SBPilotTerminal
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.plugins.sbpilot.server.bean.SBPilotTerminal
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,GuiTitlable
,Idable
,ListItem
public class SBPilotTerminal extends IdTitle implements java.lang.Cloneable
Класс терминала sbpilot, для представления настроек маппинга
ид_принтера=>параметры(ид,порт,адрес,название).
Используется в remote-режиме плагина.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SBPilotTerminal()
-
Method Summary
Modifier and Type Method Description java.lang.String
getAddress()
int
getPort()
void
setAddress(java.lang.String address)
void
setPort(int port)
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SBPilotTerminal
public SBPilotTerminal()
-
-
Method Details
-
getAddress
public java.lang.String getAddress() -
setAddress
public void setAddress(java.lang.String address) -
getPort
public int getPort() -
setPort
public void setPort(int port)
-