de.schlund.pfixcore.example.bank.context
Class ContextCustomerImpl

java.lang.Object
  extended by de.schlund.pfixcore.example.bank.context.ContextCustomerImpl
All Implemented Interfaces:
ContextCustomer

public class ContextCustomerImpl
extends Object
implements ContextCustomer


Constructor Summary
ContextCustomerImpl()
           
 
Method Summary
 Customer getCustomer()
           
 float getTotalDebit()
           
 void insertStatus(Element elem)
           
 void setCustomer(Customer customer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextCustomerImpl

public ContextCustomerImpl()
Method Detail

insertStatus

public void insertStatus(Element elem)
                  throws Exception
Throws:
Exception

getCustomer

public Customer getCustomer()
Specified by:
getCustomer in interface ContextCustomer

setCustomer

public void setCustomer(Customer customer)
Specified by:
setCustomer in interface ContextCustomer

getTotalDebit

public float getTotalDebit()
Specified by:
getTotalDebit in interface ContextCustomer


Copyright © 2011 United Internet. All Rights Reserved.