|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LicenseeData
Generic interface holding licensee data. A licensee is simply described by a set of properties.
Method Summary | |
---|---|
java.util.Properties |
getProperties()
Get the licensee's properties. |
java.lang.String |
getProperty(java.lang.String property)
Get a specific property value. |
void |
setProperty(java.lang.String property,
java.lang.String value)
Set a specific property value. |
byte[] |
toHashBytes()
Create a unique hash calculated from the licensee data contained in this class |
java.lang.String |
toHashString()
Create a unique hash string calculated from the licensee data contained in this class |
Method Detail |
---|
java.util.Properties getProperties()
java.lang.String getProperty(java.lang.String property)
property
- the property name
void setProperty(java.lang.String property, java.lang.String value)
property
- the property namevalue
- the property's valuebyte[] toHashBytes()
java.lang.String toHashString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |