org.eclipse.higgins.icard.common.io
Class ImportCardInformation

java.lang.Object
  extended by org.eclipse.higgins.icard.common.io.ImportCardInformation
All Implemented Interfaces:
Serializable, org.eclipse.higgins.icard.IImportCardInfo

public class ImportCardInformation
extends Object
implements org.eclipse.higgins.icard.IImportCardInfo, Serializable

See Also:
Serialized Form

Constructor Summary
ImportCardInformation(org.eclipse.higgins.icard.io.IElement cardElement, String sourceFormat, X509Certificate[] issuerCertificate)
           
 
Method Summary
 org.eclipse.higgins.icard.io.IElement getCardElement()
           
 X509Certificate[] getIssuerCertificate()
           
 String getSourceFormat()
           
 void setCardElement(org.eclipse.higgins.icard.io.IElement cardElement)
           
 void setIssuerCertificate(X509Certificate[] issuerCertificate)
           
 void setSourceFormat(String sourceFormat)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportCardInformation

public ImportCardInformation(org.eclipse.higgins.icard.io.IElement cardElement,
                             String sourceFormat,
                             X509Certificate[] issuerCertificate)
Method Detail

getCardElement

public org.eclipse.higgins.icard.io.IElement getCardElement()
Specified by:
getCardElement in interface org.eclipse.higgins.icard.IImportCardInfo

setCardElement

public void setCardElement(org.eclipse.higgins.icard.io.IElement cardElement)

getIssuerCertificate

public X509Certificate[] getIssuerCertificate()
Specified by:
getIssuerCertificate in interface org.eclipse.higgins.icard.IImportCardInfo

setIssuerCertificate

public void setIssuerCertificate(X509Certificate[] issuerCertificate)

getSourceFormat

public String getSourceFormat()
Specified by:
getSourceFormat in interface org.eclipse.higgins.icard.IImportCardInfo

setSourceFormat

public void setSourceFormat(String sourceFormat)