|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.mds.adpt.sms.base.records.BindToNERequest
public class BindToNERequest
This is the default Java Bean Implementation for the BindToNERequest class. This is the record to be used for establishing a connection between SI and SMSC
Field Summary | |
---|---|
static java.lang.String |
REC_NAME
Comment for REC_NAME |
Constructor Summary | |
---|---|
BindToNERequest()
The default Constructor for the BindToNERequest Record |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
getBindType()
Gets the Bind Type |
int |
getFunctionID()
Gets the Function ID |
java.lang.String |
getHostName()
Gets the Host Name of the SMSC |
java.lang.String |
getMessageType()
Gets the Message Type |
java.lang.String |
getPassword()
Gets the Password |
java.lang.String |
getPortNumber()
Gets the Port Number of the SMSC |
java.lang.String |
getRecordName()
Gets the Record Name |
java.lang.String |
getRecordShortDescription()
Gets the Short Description of the Record |
java.lang.String |
getSystemID()
Gets the System ID |
java.lang.String |
getSystemType()
Gets the System Type |
void |
setBindType(java.lang.String bindType)
Sets the Bind Type |
void |
setFunctionID(int functionID)
Sets the Function ID |
void |
setHostName(java.lang.String hostName)
Sets the Host Name of the SMSC |
void |
setMessageType(java.lang.String messageType)
Sets the Message Type |
void |
setPassword(java.lang.String password)
Sets the Password |
void |
setPortNumber(java.lang.String portNumber)
Sets the Port Number of the SMSC |
void |
setRecordName(java.lang.String recordName)
Sets the Record Name |
void |
setRecordShortDescription(java.lang.String _shortDesc)
Sets the Short Description for the Record |
void |
setSystemID(java.lang.String systemID)
Sets the System ID |
void |
setSystemType(java.lang.String systemType)
Sets the System Type |
java.lang.String |
toString()
Override toString method. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.resource.cci.Record |
---|
equals, hashCode |
Field Detail |
---|
public static final java.lang.String REC_NAME
REC_NAME
Constructor Detail |
---|
public BindToNERequest()
Method Detail |
---|
public int getFunctionID()
public void setFunctionID(int functionID)
Function
- ID to be setpublic java.lang.String getHostName()
public void setHostName(java.lang.String hostName)
Host
- Name to be setpublic java.lang.String getPortNumber()
public void setPortNumber(java.lang.String portNumber)
Port
- Number to be setpublic java.lang.String getSystemID()
public void setSystemID(java.lang.String systemID)
System
- ID to be setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
Password
- to be setpublic java.lang.String getBindType()
public void setBindType(java.lang.String bindType)
Bind
- Type to be setpublic java.lang.String getSystemType()
public void setSystemType(java.lang.String systemType)
System
- Type to be setpublic java.lang.String getMessageType()
public void setMessageType(java.lang.String messageType)
Message
- Type to be setpublic java.lang.String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public void setRecordName(java.lang.String recordName)
setRecordName
in interface javax.resource.cci.Record
Record
- Name to be setpublic java.lang.String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public void setRecordShortDescription(java.lang.String _shortDesc)
setRecordShortDescription
in interface javax.resource.cci.Record
Short
- Description to be setpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in interface javax.resource.cci.Record
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |