public class ActivationFile
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
exists
The name of the file that should exist to
activate a profile.
|
private java.lang.String |
missing
The name of the file that should be missing to
activate a
profile.
|
Constructor and Description |
---|
ActivationFile() |
Modifier and Type | Method and 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.
|
private java.lang.String missing
private java.lang.String exists
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
-