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

java.lang.Object
  extended by org.mobicents.slee.resources.smpp.util.SMPPDateImpl
      extended by org.mobicents.slee.resources.smpp.util.AbsoluteSMPPDateImpl
All Implemented Interfaces:
java.io.Serializable, AbsoluteSMPPDate, SMPPDate

public class AbsoluteSMPPDateImpl
extends SMPPDateImpl
implements AbsoluteSMPPDate

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.slee.resources.smpp.util.SMPPDateImpl
protoSMPPDate
 
Constructor Summary
AbsoluteSMPPDateImpl(java.util.Calendar calendar, boolean hasTz)
           
AbsoluteSMPPDateImpl(org.mobicents.protocols.smpp.util.SMPPDate protoSMPPDate)
           
 
Method Summary
 java.util.Calendar getCalendar()
           
 java.util.TimeZone getTimeZone()
           
 boolean isAbsolute()
           
 boolean isRelative()
           
 
Methods inherited from class org.mobicents.slee.resources.smpp.util.SMPPDateImpl
getDay, getHour, getMinute, getMonth, getSecond, getSign, getSMPPDate, getTenth, getUtcOffset, 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
getDay, getHour, getMinute, getMonth, getSecond, getSign, getTenth, getUtcOffset, getYear
 

Constructor Detail

AbsoluteSMPPDateImpl

public AbsoluteSMPPDateImpl(org.mobicents.protocols.smpp.util.SMPPDate protoSMPPDate)

AbsoluteSMPPDateImpl

public AbsoluteSMPPDateImpl(java.util.Calendar calendar,
                            boolean hasTz)
Method Detail

getCalendar

public java.util.Calendar getCalendar()
Specified by:
getCalendar in interface AbsoluteSMPPDate

getTimeZone

public java.util.TimeZone getTimeZone()
Specified by:
getTimeZone in interface AbsoluteSMPPDate

isAbsolute

public boolean isAbsolute()
Specified by:
isAbsolute in interface SMPPDate

isRelative

public boolean isRelative()
Specified by:
isRelative in interface SMPPDate


Copyright © 2011. All Rights Reserved.