|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.infomining.CMBRecord
A record contains the meta data for a document.
Constructor Summary | |
CMBRecord(java.lang.String pid,
CMBSchema schema)
Creates a new record according to the specified schema. |
Method Summary | |
java.lang.String |
getPID()
Returns the PID of this record. |
java.lang.Object |
getValue(java.lang.String key)
Returns the value associated with the specified key. |
java.util.Set |
keySet()
Returns a set view of the keys contained in this record. |
void |
setValue(java.lang.String key,
java.lang.Object value)
Associates the specified value with the specified key in this record. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBRecord(java.lang.String pid, CMBSchema schema)
pid
- the PID of the recordschema
- the record is created according to this schemaMethod Detail |
public java.lang.String getPID()
public java.util.Set keySet()
public void setValue(java.lang.String key, java.lang.Object value) throws CMBNoSuchKeyException
key
- key with which the specified value is to be associatedvalue
- value to be associated with the specified keyCMBNoSuchKeyException
- if the specified key does not exist in the recordpublic java.lang.Object getValue(java.lang.String key) throws CMBNoSuchKeyException
|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |