it.imolinfo.jbi4cics.connection.jca
Class CommareaRecord
java.lang.Object
it.imolinfo.jbi4cics.connection.jca.CommareaRecord
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, javax.resource.cci.Record, javax.resource.cci.Streamable
public class CommareaRecord
- extends java.lang.Object
- implements javax.resource.cci.Streamable, javax.resource.cci.Record
- Author:
- raffaele
- See Also:
- Serialized Form
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 |
CommareaRecord
public CommareaRecord()
getCommareaLength
public int getCommareaLength()
- Returns:
- Returns the commareaLength.
setCommareaLength
public void setCommareaLength(int commareaLength)
- Parameters:
commareaLength
- The commareaLength to set.
read
public void read(java.io.InputStream is)
throws java.io.IOException
- Specified by:
read
in interface javax.resource.cci.Streamable
- Throws:
java.io.IOException
write
public void write(java.io.OutputStream os)
throws java.io.IOException
- Specified by:
write
in interface javax.resource.cci.Streamable
- Throws:
java.io.IOException
getRecordName
public java.lang.String getRecordName()
- Specified by:
getRecordName
in interface javax.resource.cci.Record
setRecordName
public void setRecordName(java.lang.String arg0)
- Specified by:
setRecordName
in interface javax.resource.cci.Record
setRecordShortDescription
public void setRecordShortDescription(java.lang.String arg0)
- Specified by:
setRecordShortDescription
in interface javax.resource.cci.Record
getRecordShortDescription
public java.lang.String getRecordShortDescription()
- Specified by:
getRecordShortDescription
in interface javax.resource.cci.Record
getCommarea
public byte[] getCommarea()
- Returns:
- Returns the commarea.
setCommarea
public void setCommarea(byte[] commarea)
- Parameters:
commarea
- The commarea to set.
clone
public java.lang.Object clone()
- Specified by:
clone
in interface javax.resource.cci.Record
- Overrides:
clone
in class java.lang.Object
Copyright © 2005-2008 Imola Informatica. All Rights Reserved.