com.ibm.manplato.Protocol.Util
Class DLPCardInfo
java.lang.Object
|
+--com.ibm.manplato.Protocol.Util.DLPCardInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class DLPCardInfo
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Rev$-$Date: 2001/06/04 20:07:18 $$State: Exp $
- Author:
- File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: fpal $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DLPCardInfo
public DLPCardInfo(byte[] abyte0)
throws DLPFunctionCallException
getCardManufacturer
public java.lang.String getCardManufacturer()
getCardName
public java.lang.String getCardName()
getCardNumber
public int getCardNumber()
getCardVersion
public int getCardVersion()
getCreationTime
public DLP_Date getCreationTime()
getFreeRam
public int getFreeRam()
getRamSize
public int getRamSize()
getRomSize
public int getRomSize()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object