|
||||||||||
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.BindToNEResponse
public class BindToNEResponse
This is the default Java Bean Implementation for the BindToNEResponse class. This is the record to be used for fetching the status of the binding between SI and SMSC
Field Summary | |
---|---|
static java.lang.String |
REC_NAME
Comment for REC_NAME |
Constructor Summary | |
---|---|
BindToNEResponse()
The default Constructor for the BindToNEResponse Record |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
getRecordName()
Gets the name of the record |
java.lang.String |
getRecordShortDescription()
Returns the Short Description of the record |
boolean |
isBindSucceed()
Checks the status of the binding between SMS and SI |
void |
setBindSucceed(boolean bindSucceed)
Sets the status of the binding between SI and SMSC |
void |
setRecordName(java.lang.String recordName)
Sets the name for the record |
void |
setRecordShortDescription(java.lang.String _shortDesc)
Sets the short description for the record |
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 BindToNEResponse()
Method Detail |
---|
public void setBindSucceed(boolean bindSucceed)
Bind
- Succeed to be setpublic boolean isBindSucceed()
public 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 |