Class FlexibleNARTimer

java.lang.Object
com.nt.udc.flexibleAggregator.table.FlexibleNARTimer
All Implemented Interfaces:
Serializable

public class FlexibleNARTimer extends Object implements Serializable
This class implements Serializable to read/write object to a file.
See Also:
  • Constructor Details

    • FlexibleNARTimer

      public FlexibleNARTimer()
    • FlexibleNARTimer

      public FlexibleNARTimer(FlexibleNARKey sourceKey, Long time)
  • Method Details

    • getNARKey

      public FlexibleNARKey getNARKey()
      This will return the FlexibleNARKey.
    • setNARKey

      public void setNARKey(FlexibleNARKey tKey)
      This will set FlexibleNARKey.
    • getNARKeyExipryTime

      public Long getNARKeyExipryTime()
      This will return the expiryTime of Key.
    • setNARKeyExpiryTime

      public void setNARKeyExpiryTime(Long val)
      This will set key expiry time.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object