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

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

public class CreditRecord
extends Object

Author:
forrestxm

Constructor Summary
CreditRecord()
           
CreditRecord(String s)
           
CreditRecord(String s, String delimiter)
           
 
Method Summary
 Date getHappenedwhen()
           
 String getPersonid()
           
 String getRecorddescription()
           
 String getRecordjustification()
           
 String getRecordNO()
           
 void setHappenedwhen(Date happenedwhen)
           
 void setPersonid(String personid)
           
 void setRecorddescription(String recorddescription)
           
 void setRecordjustification(String recordjustification)
           
 void setRecordNO(String recordNO)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreditRecord

public CreditRecord()

CreditRecord

public CreditRecord(String s)

CreditRecord

public CreditRecord(String s,
                    String delimiter)
Method Detail

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.