Class VoiceAccountPort
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.voice.common.bean.VoiceAccountPort
- All Implemented Interfaces:
java.io.Serializable
,Idable
public class VoiceAccountPort extends Id
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VoiceAccountPort()
VoiceAccountPort(int accountId, java.lang.String port, boolean out)
-
Method Summary
Modifier and Type Method Description int
getAccountId()
java.lang.String
getPort()
boolean
isOut()
void
setAccountId(int accountId)
void
setOut(boolean out)
void
setPort(java.lang.String port)
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
VoiceAccountPort
public VoiceAccountPort() -
VoiceAccountPort
public VoiceAccountPort(int accountId, java.lang.String port, boolean out)
-
-
Method Details
-
isOut
public boolean isOut() -
setOut
public void setOut(boolean out) -
getPort
public java.lang.String getPort() -
setPort
public void setPort(java.lang.String port) -
getAccountId
public int getAccountId() -
setAccountId
public void setAccountId(int accountId)
-