|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
public abstract class AbstractSetProperty
SetProperty superclass.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
AbstractSetProperty()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.chain.Command |
|---|
execute |
| Field Detail |
|---|
protected String parentPathKey
protected String nameKey
protected String typeKey
protected String valueKey
| Constructor Detail |
|---|
public AbstractSetProperty()
| Method Detail |
|---|
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 key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||