public class XmlDataDaoImpl extends HibernateDao implements XmlDataDAO
XmlDataDAO
implementation._hobj, _sm
Constructor and Description |
---|
XmlDataDaoImpl(SessionManager sm,
HXmlData hobj) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
get()
Retreive the variable data.
|
java.lang.String |
getName()
Get the name of the variable.
|
java.lang.String |
getProperty(java.lang.String propertyName)
Return the value of a property.
|
ScopeDAO |
getScopeDAO()
Gets the scope associated with this xml data.
|
boolean |
isNull()
Checks if the dao has been assigned any data.
|
void |
remove()
Remove the object from the data store.
|
void |
set(org.w3c.dom.Node val)
Set the data value of a variable.
|
void |
setProperty(java.lang.String pname,
java.lang.String pvalue)
Sets the value of a property
|
deleteByColumn, deleteByIds, equals, getDHandle, getHibernateObj, getId, getSession, hashCode, update
public XmlDataDaoImpl(SessionManager sm, HXmlData hobj)
hobj
- public boolean isNull()
XmlDataDAO
isNull
in interface XmlDataDAO
true
is assignment has NOT occured.XmlDataDAO.isNull()
public org.w3c.dom.Node get()
XmlDataDAO
get
in interface XmlDataDAO
XmlDataDAO.get()
public void remove()
XmlDataDAO
remove
in interface XmlDataDAO
XmlDataDAO.remove()
public void set(org.w3c.dom.Node val)
XmlDataDAO
set
in interface XmlDataDAO
val
- valueXmlDataDAO.set(org.w3c.dom.Node)
public java.lang.String getProperty(java.lang.String propertyName)
XmlDataDAO
getProperty
in interface XmlDataDAO
XmlDataDAO.getProperty(java.lang.String)
public void setProperty(java.lang.String pname, java.lang.String pvalue)
XmlDataDAO
setProperty
in interface XmlDataDAO
XmlDataDAO.setProperty(java.lang.String, java.lang.String)
public ScopeDAO getScopeDAO()
XmlDataDAO
getScopeDAO
in interface XmlDataDAO
XmlDataDAO.getScopeDAO()
public java.lang.String getName()
XmlDataDAO
getName
in interface XmlDataDAO