public interface SubscriberDataEntryMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultCallHandlingValue() |
java.lang.String |
getImsi()
Gets the value of the imsi property.
|
java.lang.String |
getMsisdn()
Gets the value of the msisdn property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getScfAlias()
Gets the value of the scfAlias property.
|
java.math.BigInteger |
getServiceKey()
Gets the value of the serviceKey property.
|
java.lang.String |
getTdpList()
Gets the value of the tdpList property.
|
void |
setDefaultCallHandlingValue(java.lang.String value)
Set the value of defaultCallHandling
|
void |
setImsi(java.lang.String value)
Sets the value of the imsi property.
|
void |
setMsisdn(java.lang.String value)
Sets the value of the msisdn property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setScfAlias(java.lang.String value)
Sets the value of the scfAlias property.
|
void |
setServiceKey(java.math.BigInteger value)
Sets the value of the serviceKey property.
|
void |
setTdpList(java.lang.String value)
Sets the value of the tdpList property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getImsi()
void setImsi(java.lang.String value)
java.lang.String getMsisdn()
void setMsisdn(java.lang.String value)
java.math.BigInteger getServiceKey()
void setServiceKey(java.math.BigInteger value)
java.lang.String getScfAlias()
void setScfAlias(java.lang.String value)
java.lang.String getTdpList()
void setTdpList(java.lang.String value)
void setDefaultCallHandlingValue(java.lang.String value)
java.lang.String getDefaultCallHandlingValue()