|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractAttrDef | +--com.ibm.mm.sdk.common.DKFeatureDefQBIC
This class defines methods to access attribute information as well as to create and delete attributes
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantDL |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDL |
DK_DL_MSG_INVNBR_TEXTMAPPING, DK_DL_MSG_MSGID_NOT_FOUND |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKFeatureDefQBIC()
Constructs the feature def for QBIC |
|
DKFeatureDefQBIC(dkDatastore ds)
Constructs the feature def for QBIC |
Method Summary | |
void |
add()
Adds this attribute to become a persistent part of the entity meta-data it belongs to. |
void |
del()
Removes this attribute from the persistent part of the entity meta-data it belongs to. |
java.lang.String |
getCatalogName()
Gets Catalog entity name |
java.lang.String |
getDatabaseName()
Gets Database entity name |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
boolean |
getReCatalog()
Checks if this feature reCatalog indicator is set. |
void |
setCatalogName(java.lang.String name)
Sets Catalog entity name |
void |
setDatabaseName(java.lang.String name)
Sets Database entity name |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setReCatalog(boolean reCatalog)
Sets this feature reCatalog indicator. |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractAttrDef |
datastoreName, datastoreType, getDescription, getEntity, getEntityName, getMax, getMin, getName, getPrecision, getQualifiedName, getScale, getSize, getStringType, getType, isNullable, isQueryable, isTextSearchable, isUpdatable, parsedQualifiedName, setDescription, setEntity, setEntityName, setMax, setMin, setName, setNullable, setPrecision, setQualifiedName, setQueryable, setScale, setSize, setStringType, setTextSearchable, setType, setUpdatable |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKFeatureDefQBIC()
public DKFeatureDefQBIC(dkDatastore ds) throws DKException, java.lang.Exception
ds
- datastoreMethod Detail |
public void setDatastore(dkDatastore ds)
setDatastore
in class dkAbstractAttrDef
ds
- datastorepublic dkDatastore getDatastore()
getDatastore
in class dkAbstractAttrDef
public void add() throws DKException, java.lang.Exception
add
in class dkAbstractAttrDef
public void del() throws DKException, java.lang.Exception
del
in class dkAbstractAttrDef
public java.lang.String getDatabaseName()
public void setDatabaseName(java.lang.String name)
name
- name of the DB entity this catalog belongs topublic java.lang.String getCatalogName()
public void setCatalogName(java.lang.String name)
name
- name of the catalog entity this feature belongs topublic boolean getReCatalog()
public void setReCatalog(boolean reCatalog)
reCatalog
- true if to be re cataloged when added
to the datastore
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |