|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.server.util.JboNamedData
This class implements a persistable name-value-type holder It can be used to store name-type-value triplets e.g., to persist Bean Properties. Used by JboValidatorType to store Validator bean's instance data.
Field Summary |
Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
XML_STATEMENT |
Constructor Summary | |
JboNamedData() | |
JboNamedData(JboNamedData other) | |
JboNamedData(java.lang.String name, java.lang.String type, java.lang.Object value) |
Method Summary | |
java.lang.Object |
clone() |
static java.lang.String |
convertToText(java.util.Vector vec, java.lang.String delim) |
static java.util.Vector |
convertToVector(java.lang.String str, java.lang.String delim) |
void |
copy(JboNamedData other) |
java.lang.String[] |
getColumnList() |
java.lang.String |
getFullName() This method returns the Persistence reference of the object. |
java.lang.String |
getName() |
java.lang.Class |
getType() |
java.lang.Object |
getTypedValue() |
java.lang.Object |
getValue() |
java.lang.String |
getXMLElementTag() Returns a piece of static info for the type of object this is invoked upon. |
boolean |
isDirty() This method returns if an Object is modified from last save/load |
boolean |
isNew() This method returns if this object is previously persisted. |
void |
loadFromXMLFile(oracle.jbo.mom.xml.DefElementImpl xmlElement) |
void |
setBeanProperty(java.beans.BeanInfo beanInfo, java.lang.Object bean) |
void |
setDirty(boolean isDirty) This method marks the Object dirty |
void |
setName(java.lang.String name) |
void |
setNew(boolean isNew) This method marks the as previously persisted. |
void |
setType(java.lang.String type) |
void |
setValue(java.lang.Object value) |
void |
writeChildren(oracle.jbo.mom.xml.DefWriter jos) Writes the Object's children to the Persistent storage |
void |
writeContents(oracle.jbo.mom.xml.DefWriter jos) Objects should write their persistence output in this method |
void |
writeObject(oracle.jbo.mom.xml.DefWriter jos) Objects should write their persistence output in this method |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JboNamedData()
public JboNamedData(java.lang.String name, java.lang.String type, java.lang.Object value)
public JboNamedData(JboNamedData other)
Method Detail |
public void copy(JboNamedData other)
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String getName()
public java.lang.Object getValue()
public java.lang.Class getType()
public java.lang.Object getTypedValue()
public void setName(java.lang.String name)
public void setType(java.lang.String type)
public void setValue(java.lang.Object value)
public void setBeanProperty(java.beans.BeanInfo beanInfo, java.lang.Object bean) throws java.lang.reflect.InvocationTargetException, java.beans.IntrospectionException, java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.beans.IntrospectionException
java.lang.IllegalAccessException
public boolean isDirty()
isDirty
in interface oracle.jbo.mom.xml.DefPersistable
public void setDirty(boolean isDirty)
setDirty
in interface oracle.jbo.mom.xml.DefPersistable
isDirty
- If true the Object is marked Dirty.public boolean isNew()
isNew
in interface oracle.jbo.mom.xml.DefPersistable
public void setNew(boolean isNew)
setNew
in interface oracle.jbo.mom.xml.DefPersistable
isNew
- If true the Object is marked as new object.public java.lang.String getFullName()
getFullName
in interface oracle.jbo.mom.xml.DefPersistable
public void writeObject(oracle.jbo.mom.xml.DefWriter jos) throws oracle.jbo.mom.xml.DefPersistenceException
writeObject
in interface oracle.jbo.mom.xml.DefPersistable
jos
- the Output storage for persistenceoracle.jbo.mom.xml.DefPersistenceException
public void writeContents(oracle.jbo.mom.xml.DefWriter jos) throws oracle.jbo.mom.xml.DefPersistenceException
writeContents
in interface oracle.jbo.mom.xml.DefPersistable
jos
- the Output storage for persistenceoracle.jbo.mom.xml.DefPersistenceException
public void writeChildren(oracle.jbo.mom.xml.DefWriter jos) throws oracle.jbo.mom.xml.DefPersistenceException
writeChildren
in interface oracle.jbo.mom.xml.DefPersistable
jos
- the Output storage for persistenceoracle.jbo.mom.xml.DefPersistenceException
public java.lang.String getXMLElementTag()
getXMLElementTag
in interface oracle.jbo.mom.xml.DefPersistable
public java.lang.String[] getColumnList()
public void loadFromXMLFile(oracle.jbo.mom.xml.DefElementImpl xmlElement)
public static java.lang.String convertToText(java.util.Vector vec, java.lang.String delim)
public static java.util.Vector convertToVector(java.lang.String str, java.lang.String delim)
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.