java.io.Serializable, java.lang.Cloneablepublic class ActivationProperty
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor | Description |
|---|---|
ActivationProperty() |
| Modifier and Type | Method | Description |
|---|---|---|
ActivationProperty |
clone() |
Method clone.
|
java.lang.String |
getName() |
Get the name of the property to be used to activate a
profile.
|
java.lang.String |
getValue() |
Get the value of the property to be used to activate a
profile.
|
void |
setName(java.lang.String name) |
Set the name of the property to be used to activate a
profile.
|
void |
setValue(java.lang.String value) |
Set the value of the property to be used to activate a
profile.
|
public ActivationProperty clone()
clone in class java.lang.Objectpublic java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
name - public void setValue(java.lang.String value)
value -