org.jpu.patterns.proxy.test
Class HardCodedAccountImpl

java.lang.Object
  extended byorg.jpu.patterns.proxy.test.HardCodedAccountImpl
All Implemented Interfaces:
Account, AccountBase

public class HardCodedAccountImpl
extends java.lang.Object
implements Account


Constructor Summary
HardCodedAccountImpl()
           
 
Method Summary
 java.lang.Integer getId()
           
 void setId(java.lang.Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardCodedAccountImpl

public HardCodedAccountImpl()
Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface Account

setId

public void setId(java.lang.Integer id)
Specified by:
setId in interface Account


Copyright (c) 2001-2003 - Apache Software Foundation