Class Option
-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class Option implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public StringmCreatedAtpublic intmLicenseIdpublic intmOrderIdpublic IntegermProductIdpublic StringmLicenseKeypublic StringmOptionName
-
Method Summary
Modifier and Type Method Description StringgetProductId()Get product ID of the option. StringgetCreatedAt()abstract booleanisApproved()Indicates if the current option is not yet expired. booleanisExpired()Indicates if the current option is expired. -
-
Method Detail
-
getProductId
String getProductId()
Get product ID of the option.
-
getCreatedAt
String getCreatedAt()
-
isApproved
abstract boolean isApproved()
Indicates if the current option is not yet expired.
-
isExpired
boolean isExpired()
Indicates if the current option is expired.
-
-
-
-