com.aelitis.azureus.util
Class FeatureUtils.licenceDetails

java.lang.Object
  extended by com.aelitis.azureus.util.FeatureUtils.licenceDetails
Enclosing class:
FeatureUtils

public static class FeatureUtils.licenceDetails
extends Object


Constructor Summary
FeatureUtils.licenceDetails(long expiry, long displayedExpiry, FeatureManager.Licence licence, String feature)
           
 
Method Summary
 long getExpiryDisplayTimeStamp()
           
 long getExpiryTimeStamp()
           
 FeatureManager.Licence getLicence()
           
 String getRenewalCode()
           
 String getRenewalKey()
           
 boolean isNoAds()
           
 boolean isPlus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureUtils.licenceDetails

public FeatureUtils.licenceDetails(long expiry,
                                   long displayedExpiry,
                                   FeatureManager.Licence licence,
                                   String feature)
Method Detail

getLicence

public FeatureManager.Licence getLicence()

getRenewalKey

public String getRenewalKey()

isPlus

public boolean isPlus()

isNoAds

public boolean isNoAds()

getExpiryTimeStamp

public long getExpiryTimeStamp()

getExpiryDisplayTimeStamp

public long getExpiryDisplayTimeStamp()

getRenewalCode

public String getRenewalCode()