org.jsmpp.bean
Class AbstractSmRespCommand

java.lang.Object
  extended by org.jsmpp.bean.Command
      extended by org.jsmpp.bean.AbstractSmRespCommand
Direct Known Subclasses:
DataSmResp, DeliverSmResp, SubmitSmResp

public class AbstractSmRespCommand
extends Command

Author:
uudashr

Field Summary
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
AbstractSmRespCommand()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMessageId()
           
 int hashCode()
           
 void setMessageId(java.lang.String messageId)
           
 
Methods inherited from class org.jsmpp.bean.Command
getCommandId, getCommandIdAsHex, getCommandLength, getCommandStatus, getCommandStatusAsHex, getSequenceNumber, setCommandId, setCommandLength, setCommandStatus, setSequenceNumber, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractSmRespCommand

public AbstractSmRespCommand()
Method Detail

getMessageId

public java.lang.String getMessageId()
Returns:
Returns the messageId.

setMessageId

public void setMessageId(java.lang.String messageId)
Parameters:
messageId - The messageId to set.

hashCode

public int hashCode()
Overrides:
hashCode in class Command

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Command