java.io.Serializable, java.lang.Cloneablepublic class ActivationFile
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor | Description |
|---|---|
ActivationFile() |
| Modifier and Type | Method | Description |
|---|---|---|
ActivationFile |
clone() |
Method clone.
|
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 ActivationFile clone()
clone in class java.lang.Objectpublic 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 -