com.ibm.mds.adpt.sms.base.records
Class BindToNEResponse

java.lang.Object
  extended by com.ibm.mds.adpt.sms.base.records.BindToNEResponse
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.resource.cci.Record

public class BindToNEResponse
extends java.lang.Object
implements javax.resource.cci.Record, java.io.Serializable

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

See Also:
Serialized Form

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

REC_NAME

public static final java.lang.String REC_NAME
Comment for REC_NAME

See Also:
Constant Field Values
Constructor Detail

BindToNEResponse

public BindToNEResponse()
The default Constructor for the BindToNEResponse Record

Method Detail

setBindSucceed

public void setBindSucceed(boolean bindSucceed)
Sets the status of the binding between SI and SMSC

Parameters:
Bind - Succeed to be set

isBindSucceed

public boolean isBindSucceed()
Checks the status of the binding between SMS and SI


getRecordName

public java.lang.String getRecordName()
Gets the name of the record

Specified by:
getRecordName in interface javax.resource.cci.Record

setRecordName

public void setRecordName(java.lang.String recordName)
Sets the name for the record

Specified by:
setRecordName in interface javax.resource.cci.Record
Parameters:
Record - Name to be set

getRecordShortDescription

public java.lang.String getRecordShortDescription()
Returns the Short Description of the record

Specified by:
getRecordShortDescription in interface javax.resource.cci.Record

setRecordShortDescription

public void setRecordShortDescription(java.lang.String _shortDesc)
Sets the short description for the record

Specified by:
setRecordShortDescription in interface javax.resource.cci.Record
Parameters:
Short - Description to be set

toString

public java.lang.String toString()
Override toString method.

Overrides:
toString in class java.lang.Object
Returns:
String representation of this class.

clone

public java.lang.Object clone()
Specified by:
clone in interface javax.resource.cci.Record
Overrides:
clone in class java.lang.Object


Copyright © 2006 IBM Corp. All Rights Reserved.