|
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.DKAttrInventoryDefFed
This class implements the dkAttrDef interface to access the data in Server Inventory table. The extra data member ServerName and EntityName needs to be set to complete the operation;
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantFed |
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.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKAttrInventoryDefFed()
Default Constructor |
|
DKAttrInventoryDefFed(dkDatastore ds)
Constructs a new DKAttrInventoryDefFed class with owner datastore object |
Method Summary | |
void |
add()
Adds this Inventory attribute to become a persistent part in the federated database |
java.lang.String |
datastoreName()
Gets the name of the native server. |
void |
del()
Removes this inventory attribute from the persistent federated database |
short |
getControl()
Get control |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
dkEntityDef |
getEntity()
Gets the entity definition object that this attribute is belong to |
java.lang.String |
getServerName()
Get the server name. |
short |
getStatus()
Get status |
void |
setControl(short control)
Set control |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setEntity(dkEntityDef entityObj)
Sets the entity meta data object for this attribute |
void |
setEntityTextSearchable(boolean textsearchable)
//sshi f32939 Sets text search ablility the entity this attr belong to |
void |
setNullable(boolean nullable)
Sets whether null value is allowed for this attribute. |
void |
setQueryable(boolean queryable)
Sets the queryability of this attribute. |
void |
setServerName(java.lang.String name)
Set the server name. |
void |
setStatus(short status)
Set status |
void |
setTextSearchable(boolean textsearchable)
Sets text search ablility this attribute. |
void |
setUpdatable(boolean updatable)
Sets the updatability of this attribute. |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractAttrDef |
datastoreType, getDescription, getEntityName, getMax, getMin, getName, getPrecision, getQualifiedName, getScale, getSize, getStringType, getType, isNullable, isQueryable, isTextSearchable, isUpdatable, parsedQualifiedName, setDescription, setEntityName, setMax, setMin, setName, setPrecision, setQualifiedName, setScale, setSize, setStringType, setType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKAttrInventoryDefFed()
public DKAttrInventoryDefFed(dkDatastore ds) throws java.lang.Exception, DKException
ds
- reference to owner datastore objectMethod Detail |
public void setDatastore(dkDatastore ds)
setDatastore
in class dkAbstractAttrDef
com.ibm.mm.sdk.common.dkAttrDef
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 dkEntityDef getEntity()
getEntity
in class dkAbstractAttrDef
public void setEntity(dkEntityDef entityObj)
setEntity
in class dkAbstractAttrDef
entityObj
- dkEntityDef objectpublic java.lang.String datastoreName() throws java.lang.Exception
datastoreName
in class dkAbstractAttrDef
public short getControl()
public void setControl(short control)
public void setQueryable(boolean queryable)
setQueryable
in class dkAbstractAttrDef
queryable
- true if queryable value, false otherwisepublic void setUpdatable(boolean updatable)
setUpdatable
in class dkAbstractAttrDef
updatable
- true if updatable value, false otherwisepublic void setNullable(boolean nullable)
setNullable
in class dkAbstractAttrDef
nullable
- true if null value is allowed, false otherwisepublic void setTextSearchable(boolean textsearchable)
setTextSearchable
in class dkAbstractAttrDef
textsearchable
- true if text search is allowed, false otherwisepublic void setEntityTextSearchable(boolean textsearchable)
textsearchable
- true if text search is allowed, false otherwisepublic short getStatus()
public void setStatus(short status)
public java.lang.String getServerName()
public void setServerName(java.lang.String name)
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |