|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.adapter.cci.RecordImpl
Provides a base implementation for a Record. Adapter providers
should extend this class when developing a new Record type.
| Constructor Summary | |
RecordImpl()
Initializes the name and description to null. |
|
RecordImpl(String strName,
String strDescription)
Initializes the members of this class to the arguments supplied. |
|
| Method Summary | |
Object |
clone()
Clones the name and description of this record. |
boolean |
equals(Object obj)
Compares the argument to this |
String |
getRecordName()
|
String |
getRecordShortDescription()
|
int |
hashCode()
|
void |
setRecordName(String strName)
Sets the name of this record |
void |
setRecordShortDescription(String strDescription)
Sets the short description for this record |
String |
toString()
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RecordImpl()
public RecordImpl(String strName,
String strDescription)
strName - - record namestrDescription - - short description of the record| Method Detail |
public Object clone()
throws CloneNotSupportedException
clone in interface javax.resource.cci.RecordCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in interface javax.resource.cci.Recordpublic String getRecordName()
getRecordName in interface javax.resource.cci.Recordpublic String getRecordShortDescription()
getRecordShortDescription in interface javax.resource.cci.Recordpublic int hashCode()
hashCode in interface javax.resource.cci.Recordpublic void setRecordName(String strName)
setRecordName in interface javax.resource.cci.Recordpublic void setRecordShortDescription(String strDescription)
setRecordShortDescription in interface javax.resource.cci.Recordpublic String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||