org.apache.aries.samples.blueprint.idverifier.client
Class CreditRecordStore

java.lang.Object
  extended by org.apache.aries.samples.blueprint.idverifier.client.CreditRecordStore

public class CreditRecordStore
extends Object

Author:
forrestxm

Constructor Summary
CreditRecordStore(Set<CreditRecord> records)
           
 
Method Summary
 boolean add(CreditRecord arecord)
           
 PersonCreditRecords getAPersonRecords(String personid)
           
 Set<String> getPersonidindex()
           
 Set<PersonCreditRecords> getPersonrecords()
           
 boolean remove(CreditRecord arecord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditRecordStore

public CreditRecordStore(Set<CreditRecord> records)
Method Detail

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.