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

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

public class PersonCreditRecords
extends Object

Author:
forrestxm

Constructor Summary
PersonCreditRecords(String personid)
           
 
Method Summary
 boolean add(CreditRecord arecord)
           
 String getPersonid()
           
 Set<String> getRecordNOs()
           
 Set<CreditRecord> getRecords()
           
 boolean isEmpty()
           
 boolean remove(CreditRecord arecord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonCreditRecords

public PersonCreditRecords(String personid)
Method Detail

add

public boolean add(CreditRecord arecord)

remove

public boolean remove(CreditRecord arecord)

isEmpty

public boolean isEmpty()

getPersonid

public String getPersonid()
Returns:
the personid

getRecordNOs

public Set<String> getRecordNOs()
Returns:
the recordNOs

getRecords

public Set<CreditRecord> getRecords()
Returns:
the records


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.