Class SimpleMdsValue<T>

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    TransliterableMdsValue

    public class SimpleMdsValue<T>
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleMdsValue​(T value, org.joda.time.DateTime from, org.joda.time.DateTime to, boolean verified)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.joda.time.DateTime getFrom()  
      org.joda.time.DateTime getTo()  
      T getValue()  
      boolean isVerified()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleMdsValue

        public SimpleMdsValue​(T value,
                              org.joda.time.DateTime from,
                              org.joda.time.DateTime to,
                              boolean verified)
    • Method Detail

      • getValue

        public T getValue()
      • getFrom

        public org.joda.time.DateTime getFrom()
      • getTo

        public org.joda.time.DateTime getTo()
      • isVerified

        public boolean isVerified()