org.eclipse.higgins.rpps.core.tobj
Class ImportCardInformationTO

java.lang.Object
  extended by 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

Constructor Summary
ImportCardInformationTO()
           
 
Method Summary
 byte[] getCardImage()
           
 String getCardName()
           
 String getCardSourceFormat()
           
 CardIssuerCertificateInformationTO getCertificateInformation()
           
 String getParsingErrorMessage()
           
 boolean isParsedCorrectly()
           
 void setCardImage(byte[] cardImage)
           
 void setCardName(String cardName)
           
 void setCardSourceFormat(String cardSourceFormat)
           
 void setCertificateInformation(CardIssuerCertificateInformationTO certificateInformation)
           
 void setParsedCorrectly(boolean parsedCorrectly)
           
 void setParsingErrorMessage(String parsingErrorMessage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportCardInformationTO

public ImportCardInformationTO()
Method Detail

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