Class VoiceAccountPort
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.voice.common.bean.VoiceAccountPort
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getPort()
boolean
isOut()
void
setAccountId
(int accountId) void
setOut
(boolean out) void
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toString
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
getLogger, logError
-
Constructor Details
-
VoiceAccountPort
public VoiceAccountPort() -
VoiceAccountPort
-
-
Method Details
-
isOut
public boolean isOut() -
setOut
public void setOut(boolean out) -
getPort
-
setPort
-
getAccountId
public int getAccountId() -
setAccountId
public void setAccountId(int accountId)
-