|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.BeanMetaData<BackupCommandBean>
com.novell.db.object.bean.BackupCommandBeanMetaData
public class BackupCommandBeanMetaData
An automatically-generated metadata class for the SentinelBean-derived
class BackupCommandBean.
BeanTransporter
implementation.
BackupCommandBean,
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
BEAN_NAME
The "bean name" of this Sentinel data object type. |
| Fields inherited from class com.novell.sentinel.client.bean.BeanMetaData |
|---|
LINK |
| Constructor Summary | |
|---|---|
protected |
BackupCommandBeanMetaData(String name,
boolean isStandalone,
Collection<BeanFieldMetaData> fieldMDs)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
static Collection<BeanFieldMetaData> |
createFieldMDs()
Create the collection of bean field metadata instances. |
static BackupCommandBeanMetaData |
getInstance()
Get the singleton instance of the bean metadata. |
BackupCommandBean |
newBean()
Create a new instance of the associated SentinelBean-derived class. |
| Methods inherited from class com.novell.sentinel.client.bean.BeanMetaData |
|---|
getBeanName, getFieldDefinition, getFieldDefinitions, getURLComponents, isStandalone, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String BEAN_NAME
"'"backup-command"".
| Constructor Detail |
|---|
protected BackupCommandBeanMetaData(String name,
boolean isStandalone,
Collection<BeanFieldMetaData> fieldMDs)
name - The "bean name" of the Sentinel data object (e.g., "user").isStandalone - Whether the bean type appears only as a field value of another
bean type (false), or if the bean type is a first-class object (true).fieldMDs - The collection of field metadata instances for the bean type.| Method Detail |
|---|
public static BackupCommandBeanMetaData getInstance()
public static Collection<BeanFieldMetaData> createFieldMDs()
public BackupCommandBean newBean()
SentinelBean-derived class.
This method exists for use by infrastructure code. Calling the default constructor
of the bean class is more straightforward in client code.
newBean in class BeanMetaData<BackupCommandBean>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||