de.schlund.pfixcore.example.bank.context
Interface ContextCustomer

All Known Implementing Classes:
ContextCustomerImpl

public interface ContextCustomer


Method Summary
 Customer getCustomer()
           
 float getTotalDebit()
           
 void setCustomer(Customer customer)
           
 

Method Detail

setCustomer

void setCustomer(Customer customer)

getCustomer

Customer getCustomer()

getTotalDebit

float getTotalDebit()


Copyright © 2011 United Internet. All Rights Reserved.