Class RemoteCardSpec
- java.lang.Object
-
- de.cardcontact.opencard.service.remoteclient.RemoteCardSpec
-
public class RemoteCardSpec extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RemoteCardSpec(CardID cardid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardIDgetCardID()intgetMaxCAPDU()intgetMaxRAPDU()voidsetMaxCAPDU(int v)voidsetMaxRAPDU(int v)java.lang.StringtoString()
-
-
-
Constructor Detail
-
RemoteCardSpec
public RemoteCardSpec(CardID cardid)
-
-
Method Detail
-
setMaxCAPDU
public void setMaxCAPDU(int v)
-
setMaxRAPDU
public void setMaxRAPDU(int v)
-
getCardID
public CardID getCardID()
-
getMaxCAPDU
public int getMaxCAPDU()
-
getMaxRAPDU
public int getMaxRAPDU()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-