Class Option

  • All Implemented Interfaces:
    java.io.Serializable

    
    public abstract class Option
     implements Serializable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getProductId() Get product ID of the option.
      String getCreatedAt()
      abstract boolean isApproved() Indicates if the current option is not yet expired.
      boolean isExpired() Indicates if the current option is expired.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait