org.mobicents.protocols.smpp.message.param
Class AbstractDescriptor

java.lang.Object
  extended by org.mobicents.protocols.smpp.message.param.AbstractDescriptor
All Implemented Interfaces:
Serializable, ParamDescriptor
Direct Known Subclasses:
BitmaskParamDescriptor, BytesParamDescriptor, CStringParamDescriptor, DateParamDescriptor, IntegerParamDescriptor, NullParamDescriptor, StringParamDescriptor

public abstract class AbstractDescriptor
extends Object
implements ParamDescriptor

Abstract base descriptor which all SMPPAPI parameter descriptors extend from.

Since:
0.4.0
Version:
$Id: AbstractDescriptor.java 452 2009-01-15 16:56:36Z orank $
See Also:
Serialized Form

Constructor Summary
AbstractDescriptor()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mobicents.protocols.smpp.message.param.ParamDescriptor
getLengthSpecifier, readObject, sizeOf, writeObject
 

Constructor Detail

AbstractDescriptor

public AbstractDescriptor()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Mobicents. All Rights Reserved.