org.eclipse.higgins.icard
Class CUID

java.lang.Object
  extended byorg.eclipse.higgins.icard.CUID

public class CUID
extends Object


Constructor Summary
CUID(String str)
           
CUID(String providerID, String issuer, String cardID)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCardID()
           
 String getIssuer()
           
 String getProviderID()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CUID

public CUID(String providerID,
            String issuer,
            String cardID)

CUID

public CUID(String str)
     throws CardException
Method Detail

getCardID

public String getCardID()
Returns:
the cardID

getIssuer

public String getIssuer()
Returns:
the issuer

getProviderID

public String getProviderID()
Returns:
the providerID

equals

public boolean equals(Object obj)

toString

public String toString()