org.apache.aries.samples.blueprint.idverifier.client
Class CreditRecord
java.lang.Object
org.apache.aries.samples.blueprint.idverifier.client.CreditRecord
public class CreditRecord
- extends Object
- Author:
- forrestxm
CreditRecord
public CreditRecord()
CreditRecord
public CreditRecord(String s)
CreditRecord
public CreditRecord(String s,
String delimiter)
toString
public String toString()
- Overrides:
toString in class Object
getPersonid
public String getPersonid()
- Returns:
- the personid
setPersonid
public void setPersonid(String personid)
- Parameters:
personid - the personid to set
getRecordNO
public String getRecordNO()
- Returns:
- the recordNO
setRecordNO
public void setRecordNO(String recordNO)
- Parameters:
recordNO - the recordNO to set
getHappenedwhen
public Date getHappenedwhen()
- Returns:
- the happenedwhen
setHappenedwhen
public void setHappenedwhen(Date happenedwhen)
- Parameters:
happenedwhen - the happenedwhen to set
getRecordjustification
public String getRecordjustification()
- Returns:
- the recordjustification
setRecordjustification
public void setRecordjustification(String recordjustification)
- Parameters:
recordjustification - the recordjustification to set
getRecorddescription
public String getRecorddescription()
- Returns:
- the recorddescription
setRecorddescription
public void setRecorddescription(String recorddescription)
- Parameters:
recorddescription - the recorddescription to set
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.