public abstract class AbstractSetProperty extends Object implements org.apache.commons.chain.Command
| Modifier and Type | Field and Description |
|---|---|
protected String |
nameKey
Property name key
|
protected String |
parentPathKey
destination node path key
|
protected String |
typeKey
Propety type key
|
protected String |
valueKey
Property value key
|
| Constructor and Description |
|---|
AbstractSetProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNameKey() |
String |
getParentPathKey() |
String |
getTypeKey() |
String |
getValueKey() |
void |
setNameKey(String nameKey)
Sets the name key
|
void |
setParentPathKey(String parentPathKey)
Sets the parent path key
|
void |
setTypeKey(String typeKey)
Sets the type key
|
void |
setValueKey(String valueKey) |
protected String parentPathKey
protected String nameKey
protected String typeKey
protected String valueKey
public String getValueKey()
public void setValueKey(String valueKey)
valueKey - Set the context attribute key for the value attribute.public String getParentPathKey()
public void setParentPathKey(String parentPathKey)
parentPathKey - the parent path keypublic String getNameKey()
public void setNameKey(String nameKey)
nameKey - the name keypublic String getTypeKey()
public void setTypeKey(String typeKey)
typeKey - the type keyCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.