org.apache.aries.samples.blueprint.idverifier.client
Class CreditRecordStore
java.lang.Object
org.apache.aries.samples.blueprint.idverifier.client.CreditRecordStore
public class CreditRecordStore
- extends Object
- Author:
- forrestxm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreditRecordStore
public CreditRecordStore(Set<CreditRecord> records)
add
public boolean add(CreditRecord arecord)
remove
public boolean remove(CreditRecord arecord)
getAPersonRecords
public PersonCreditRecords getAPersonRecords(String personid)
getPersonidindex
public Set<String> getPersonidindex()
- Returns:
- the personidindex
getPersonrecords
public Set<PersonCreditRecords> getPersonrecords()
- Returns:
- the personrecords
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.