public class ActivationProperty extends Object implements Serializable
Constructor and Description |
---|
ActivationProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the property to be used to activate a
profile.
|
String |
getValue()
Get the value of the property to be used to activate a
profile.
|
void |
setName(String name)
Set the name of the property to be used to activate a
profile.
|
void |
setValue(String value)
Set the value of the property to be used to activate a
profile.
|
public String getName()
public String getValue()
public void setName(String name)
name
- public void setValue(String value)
value
- Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.