org.eclipse.higgins.icard.common.io
Class ImportCardInformation
java.lang.Object
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
ImportCardInformation
public ImportCardInformation(org.eclipse.higgins.icard.io.IElement cardElement,
String sourceFormat,
X509Certificate[] issuerCertificate)
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)