SerializableAID



com.licel.jcardsim.remote
Class SerializableAID

java.lang.Object
  extended by com.licel.jcardsim.remote.SerializableAID
All Implemented Interfaces:
Serializable

public class SerializableAID
extends Object
implements Serializable

Serializable AID container for the RMI calls

See Also:
Serialized Form

Constructor Summary
SerializableAID()
           
SerializableAID(AID aid)
           
 
Method Summary
 AID getAID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableAID

public SerializableAID()

SerializableAID

public SerializableAID(AID aid)
Method Detail

getAID

public AID getAID()