Class Option
-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class Option implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public String
mCreatedAt
public int
mLicenseId
public int
mOrderId
public Integer
mProductId
public String
mLicenseKey
public String
mOptionName
-
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. -
-
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.
-
-
-
-