org.apache.aries.blueprint.sample
Class Account

java.lang.Object
  extended by org.apache.aries.blueprint.sample.Account

public class Account
extends java.lang.Object


Constructor Summary
Account(long number)
           
 
Method Summary
 long getAccountNumber()
           
 void setAccountNumber(long number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account(long number)
Method Detail

getAccountNumber

public long getAccountNumber()

setAccountNumber

public void setAccountNumber(long number)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.