org.apache.ode.dao.jpa
Class XmlDataProperty

java.lang.Object
  extended by org.apache.ode.dao.jpa.XmlDataProperty

public class XmlDataProperty
extends java.lang.Object


Field Summary
static java.lang.String DELETE_XML_DATA_PROPERTIES_BY_XML_DATA_IDS
           
 
Constructor Summary
XmlDataProperty()
           
XmlDataProperty(java.lang.String propertyKey, java.lang.String propertyValue, XmlDataDAOImpl xmlData)
           
 
Method Summary
 java.lang.String getPropertyKey()
           
 java.lang.String getPropertyValue()
           
 void setPropertyKey(java.lang.String propertyKey)
           
 void setPropertyValue(java.lang.String propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELETE_XML_DATA_PROPERTIES_BY_XML_DATA_IDS

public static final java.lang.String DELETE_XML_DATA_PROPERTIES_BY_XML_DATA_IDS
See Also:
Constant Field Values
Constructor Detail

XmlDataProperty

public XmlDataProperty()

XmlDataProperty

public XmlDataProperty(java.lang.String propertyKey,
                       java.lang.String propertyValue,
                       XmlDataDAOImpl xmlData)
Method Detail

getPropertyKey

public java.lang.String getPropertyKey()

setPropertyKey

public void setPropertyKey(java.lang.String propertyKey)

getPropertyValue

public java.lang.String getPropertyValue()

setPropertyValue

public void setPropertyValue(java.lang.String propertyValue)