Uses of Class
org.eclipse.higgins.rpps.core.tobj.IssuerInformationEntryTO

Packages that use IssuerInformationEntryTO
org.eclipse.higgins.rpps.core.impl   
org.eclipse.higgins.rpps.core.tobj   
 

Uses of IssuerInformationEntryTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that return IssuerInformationEntryTO
static IssuerInformationEntryTO ConvertHelper.convertIIssuerInformationEntryToIssuerInformationEntryTO(org.eclipse.higgins.icard.IIssuerInformationEntry informationEntry)
           
 

Uses of IssuerInformationEntryTO in org.eclipse.higgins.rpps.core.tobj
 

Methods in org.eclipse.higgins.rpps.core.tobj that return IssuerInformationEntryTO
 IssuerInformationEntryTO[] ICardTO.getXInformationEntryTO()
           
 

Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type IssuerInformationEntryTO
 void ICardTO.setXInformationEntryTO(IssuerInformationEntryTO[] informationEntryTO)