java.io.Serializablepublic class ActivationFile
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
ActivationFile() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getExists() |
Get the name of the file that should exist to activate a
profile.
|
java.lang.String |
getMissing() |
Get the name of the file that should be missing to activate
a profile.
|
void |
setExists(java.lang.String exists) |
Set the name of the file that should exist to activate a
profile.
|
void |
setMissing(java.lang.String missing) |
Set the name of the file that should be missing to activate
a profile.
|
public java.lang.String getExists()
public java.lang.String getMissing()
public void setExists(java.lang.String exists)
exists - public void setMissing(java.lang.String missing)
missing -