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

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

public class UnbindNERequest
extends java.lang.Object
implements javax.resource.cci.Record

This is the default Java Bean Implementation for the UnbindNERequest class. This is the record to be used for initiating a request to close the connection between SI and SMSC.

See Also:
Serialized Form

Field Summary
static java.lang.String REC_NAME
          Comment for REC_NAME.
 
Constructor Summary
UnbindNERequest()
          The default Constructor for the MonitorHeartBeat.
 
Method Summary
 java.lang.Object clone()
           
 int getFunctionID()
          Gets the function id.
 java.lang.String getRecordName()
           
 java.lang.String getRecordShortDescription()
           
 void setFunctionID(int functionID)
          Sets the function id.
 void setRecordName(java.lang.String name)
           
 void setRecordShortDescription(java.lang.String desc)
           
 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

UnbindNERequest

public UnbindNERequest()
The default Constructor for the MonitorHeartBeat.

Method Detail

setFunctionID

public void setFunctionID(int functionID)
Sets the function id.

Parameters:
functionID - the functionID to set

getFunctionID

public int getFunctionID()
Gets the function id.

Returns:
the functionID

getRecordName

public java.lang.String getRecordName()
Specified by:
getRecordName in interface javax.resource.cci.Record

setRecordName

public void setRecordName(java.lang.String name)
Specified by:
setRecordName in interface javax.resource.cci.Record

setRecordShortDescription

public void setRecordShortDescription(java.lang.String desc)
Specified by:
setRecordShortDescription in interface javax.resource.cci.Record

getRecordShortDescription

public java.lang.String getRecordShortDescription()
Specified by:
getRecordShortDescription in interface javax.resource.cci.Record

clone

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

toString

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.