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, SMPPDate
Direct Known Subclasses:
AbsoluteSMPPDateImpl, RelativeSMPPDateImpl

public abstract class SMPPDateImpl
extends java.lang.Object
implements 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 SMPPDate

getHour

public int getHour()
Specified by:
getHour in interface SMPPDate

getMinute

public int getMinute()
Specified by:
getMinute in interface SMPPDate

getMonth

public int getMonth()
Specified by:
getMonth in interface SMPPDate

getSecond

public int getSecond()
Specified by:
getSecond in interface SMPPDate

getSign

public char getSign()
Specified by:
getSign in interface SMPPDate

getTenth

public int getTenth()
Specified by:
getTenth in interface SMPPDate

getUtcOffset

public int getUtcOffset()
Specified by:
getUtcOffset in interface SMPPDate

getYear

public int getYear()
Specified by:
getYear in interface SMPPDate

getSMPPDate

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


Copyright © 2011. All Rights Reserved.