public class ActivationProperty extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ActivationProperty() |
Modifier and Type | Method and Description |
---|---|
ActivationProperty |
clone()
Method clone.
|
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 ActivationProperty()
public ActivationProperty clone()
public String getName()
public String getValue()
public void setName(String name)
name
- Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.