|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.common.jdbc.model.spi.CoreMetaDataBean
org.jboss.dna.common.jdbc.model.spi.DatabaseNamedObjectBean
public class DatabaseNamedObjectBean

Provides database named object specific metadata.
| Constructor Summary | |
|---|---|
DatabaseNamedObjectBean()
Default constructor |
|
| Method Summary | |
|---|---|
void |
addExtraProperty(String key,
Object value)
Adds extra property |
void |
deleteExtraProperty(String key)
deletes extra property |
Map<String,Object> |
getExtraProperties()
Gets extra (non standard) properties if provided by database. |
Object |
getExtraProperty(String key)
Gets extra (non standard) property if provided by database. |
String |
getName()
Gets database named object name |
String |
getRemarks()
Gets explanatory comment on the database named object |
void |
setName(String name)
Sets database named object name |
void |
setRemarks(String remarks)
Sets explanatory comment on the database named object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabaseNamedObjectBean()
| Method Detail |
|---|
public String getName()
getName in interface DatabaseNamedObjectpublic void setName(String name)
setName in interface DatabaseNamedObjectname - the database named object namepublic String getRemarks()
getRemarks in interface DatabaseNamedObjectpublic void setRemarks(String remarks)
setRemarks in interface DatabaseNamedObjectremarks - the explanatory comment on the database named objectpublic Map<String,Object> getExtraProperties()
getExtraProperties in interface DatabaseNamedObjectpublic Object getExtraProperty(String key)
getExtraProperty in interface DatabaseNamedObjectkey - the key
public void addExtraProperty(String key,
Object value)
addExtraProperty in interface DatabaseNamedObjectkey - the keyvalue - the valuepublic void deleteExtraProperty(String key)
deleteExtraProperty in interface DatabaseNamedObjectkey - the key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||