org.apache.aries.samples.blueprint.idverifier.client
Class PersonCreditRecords
java.lang.Object
org.apache.aries.samples.blueprint.idverifier.client.PersonCreditRecords
public class PersonCreditRecords
- extends Object
- Author:
- forrestxm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonCreditRecords
public PersonCreditRecords(String personid)
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.