SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.impl.jdbc.ee
Class RecordImpl

java.lang.Object
  |
  +--com.solarmetric.kodo.impl.jdbc.ee.RecordImpl
All Implemented Interfaces:
Cloneable, Record, Serializable

public class RecordImpl
extends Object
implements Record, Cloneable

No-op RecordImpl for JCA support.

See Also:
Serialized Form

Constructor Summary
RecordImpl()
           
 
Method Summary
 Object clone()
           
 String getRecordName()
           
 String getRecordShortDescription()
           
 void setRecordName(String recordName)
           
 void setRecordShortDescription(String recordShortDescription)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.cci.Record
equals, hashCode
 

Constructor Detail

RecordImpl

public RecordImpl()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Specified by:
clone in interface Record
Overrides:
clone in class Object

setRecordName

public void setRecordName(String recordName)
Specified by:
setRecordName in interface Record

getRecordName

public String getRecordName()
Specified by:
getRecordName in interface Record

setRecordShortDescription

public void setRecordShortDescription(String recordShortDescription)
Specified by:
setRecordShortDescription in interface Record

getRecordShortDescription

public String getRecordShortDescription()
Specified by:
getRecordShortDescription in interface Record

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.