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

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

public class RelativeSMPPDateImpl
extends SMPPDateImpl
implements RelativeSMPPDate

Author:
amit bhayani
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.slee.resources.smpp.util.SMPPDateImpl
protoSMPPDate
 
Constructor Summary
RelativeSMPPDateImpl(int years, int months, int days, int hours, int minutes, int seconds)
           
RelativeSMPPDateImpl(org.mobicents.protocols.smpp.util.SMPPDate protoSMPPDate)
           
 
Method Summary
 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

RelativeSMPPDateImpl

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

RelativeSMPPDateImpl

public RelativeSMPPDateImpl(int years,
                            int months,
                            int days,
                            int hours,
                            int minutes,
                            int seconds)
Method Detail

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.