public static final class License.Feature extends Object implements Cloneable, Serializable, FeatureObject
License object allows the user to specify any number of
features and, optionally, separate expiration dates for each.License.Builder.License,
License.Builder,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
License.Feature |
clone()
Returns a clone of this feature.
|
boolean |
equals(Object object)
Indicates whether these features are the same feature.
|
long |
getGoodBeforeDate()
Returns the feature expiration date.
|
String |
getName()
Returns the feature name or subject.
|
int |
hashCode()
Generates a hash code for this feature.
|
String |
toString()
Generates a string representation of this feature (name and expiration date separated by 0x1F.
|
public final String getName()
getName in interface FeatureObjectpublic final long getGoodBeforeDate()
public final boolean equals(Object object)
public final int hashCode()
public final String toString()
public License.Feature clone()
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.