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

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

public class ContextAccountImpl
extends Object
implements ContextAccount


Constructor Summary
ContextAccountImpl()
           
 
Method Summary
 Account getAccount()
           
 void insertStatus(Element elem)
           
 void setAccount(Account account)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextAccountImpl

public ContextAccountImpl()
Method Detail

insertStatus

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

getAccount

public Account getAccount()
Specified by:
getAccount in interface ContextAccount

setAccount

public void setAccount(Account account)
Specified by:
setAccount in interface ContextAccount


Copyright © 2011 United Internet. All Rights Reserved.