org.mobicents.slee.resources.smpp.util
Class SMPPDateImpl

java.lang.Object
  extended by org.mobicents.slee.resources.smpp.util.SMPPDateImpl
All Implemented Interfaces:
java.io.Serializable, net.java.slee.resources.smpp.util.SMPPDate
Direct Known Subclasses:
AbsoluteSMPPDateImpl, RelativeSMPPDateImpl

public abstract class SMPPDateImpl
extends java.lang.Object
implements net.java.slee.resources.smpp.util.SMPPDate

See Also:
Serialized Form

Field Summary
protected  org.mobicents.protocols.smpp.util.SMPPDate protoSMPPDate
           
 
Constructor Summary
SMPPDateImpl()
           
 
Method Summary
 int getDay()
           
 int getHour()
           
 int getMinute()
           
 int getMonth()
           
 int getSecond()
           
 char getSign()
           
 org.mobicents.protocols.smpp.util.SMPPDate getSMPPDate()
           
 int getTenth()
           
 int getUtcOffset()
           
 int getYear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.java.slee.resources.smpp.util.SMPPDate
isAbsolute, isRelative
 

Field Detail

protoSMPPDate

protected org.mobicents.protocols.smpp.util.SMPPDate protoSMPPDate
Constructor Detail

SMPPDateImpl

public SMPPDateImpl()
Method Detail

getDay

public int getDay()
Specified by:
getDay in interface net.java.slee.resources.smpp.util.SMPPDate

getHour

public int getHour()
Specified by:
getHour in interface net.java.slee.resources.smpp.util.SMPPDate

getMinute

public int getMinute()
Specified by:
getMinute in interface net.java.slee.resources.smpp.util.SMPPDate

getMonth

public int getMonth()
Specified by:
getMonth in interface net.java.slee.resources.smpp.util.SMPPDate

getSecond

public int getSecond()
Specified by:
getSecond in interface net.java.slee.resources.smpp.util.SMPPDate

getSign

public char getSign()
Specified by:
getSign in interface net.java.slee.resources.smpp.util.SMPPDate

getTenth

public int getTenth()
Specified by:
getTenth in interface net.java.slee.resources.smpp.util.SMPPDate

getUtcOffset

public int getUtcOffset()
Specified by:
getUtcOffset in interface net.java.slee.resources.smpp.util.SMPPDate

getYear

public int getYear()
Specified by:
getYear in interface net.java.slee.resources.smpp.util.SMPPDate

getSMPPDate

public org.mobicents.protocols.smpp.util.SMPPDate getSMPPDate()


Copyright © 2010. All Rights Reserved.