org.apache.jackrabbit.standalone.cli.core
Class AbstractSetProperty

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
All Implemented Interfaces:
org.apache.commons.chain.Command
Direct Known Subclasses:
SetBinaryProperty, SetMultivalueProperty, SetProperty

public abstract class AbstractSetProperty
extends Object
implements org.apache.commons.chain.Command

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

parentPathKey

protected String parentPathKey
destination node path key


nameKey

protected String nameKey
Property name key


typeKey

protected String typeKey
Propety type key


valueKey

protected String valueKey
Property value key

Constructor Detail

AbstractSetProperty

public AbstractSetProperty()
Method Detail

getValueKey

public String getValueKey()
Returns:
Returns the valueKey.

setValueKey

public void setValueKey(String valueKey)
Parameters:
valueKey - Set the context attribute key for the value attribute.

getParentPathKey

public String getParentPathKey()
Returns:
the parent path key

setParentPathKey

public void setParentPathKey(String parentPathKey)
Sets the parent path key

Parameters:
parentPathKey - the parent path key

getNameKey

public String getNameKey()
Returns:
the name key

setNameKey

public void setNameKey(String nameKey)
Sets the name key

Parameters:
nameKey - the name key

getTypeKey

public String getTypeKey()
Returns:
the type key

setTypeKey

public void setTypeKey(String typeKey)
Sets the type key

Parameters:
typeKey - the type key


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.