org.eclipse.higgins.rpps.core.tobj
Class ImportCardInformationTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.ImportCardInformationTO
- All Implemented Interfaces:
- Serializable
public class ImportCardInformationTO
- extends Object
- implements Serializable
Represents information about importing card
- See Also:
- Serialized Form
ImportCardInformationTO
public ImportCardInformationTO()
isParsedCorrectly
public boolean isParsedCorrectly()
setParsedCorrectly
public void setParsedCorrectly(boolean parsedCorrectly)
getParsingErrorMessage
public String getParsingErrorMessage()
setParsingErrorMessage
public void setParsingErrorMessage(String parsingErrorMessage)
getCardSourceFormat
public String getCardSourceFormat()
- Returns:
- The type of card source (CRD, CRDS, etc.)
setCardSourceFormat
public void setCardSourceFormat(String cardSourceFormat)
- Parameters:
cardSourceFormat - The type of card source (CRD, CRDS, etc.)
getCardName
public String getCardName()
- Returns:
- The name of importing card
setCardName
public void setCardName(String cardName)
- Parameters:
cardName - The name of importing card
getCardImage
public byte[] getCardImage()
- Returns:
- The image of importing card
setCardImage
public void setCardImage(byte[] cardImage)
- Parameters:
cardImage - The image of importing card
getCertificateInformation
public CardIssuerCertificateInformationTO getCertificateInformation()
- Returns:
- Information about certificate of issuer of the card, may be null
setCertificateInformation
public void setCertificateInformation(CardIssuerCertificateInformationTO certificateInformation)
- Parameters:
certificateInformation - Information about certificate of issuer of the card, may be
null