|
||||||||||
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 recordMethod Detail |
public Object clone() throws CloneNotSupportedException
clone
in interface javax.resource.cci.Record
CloneNotSupportedException
public boolean equals(Object obj)
equals
in interface javax.resource.cci.Record
public String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public int hashCode()
hashCode
in interface javax.resource.cci.Record
public void setRecordName(String strName)
setRecordName
in interface javax.resource.cci.Record
public void setRecordShortDescription(String strDescription)
setRecordShortDescription
in interface javax.resource.cci.Record
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |