org.apache.aries.blueprint.sample
Class NewAccount

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

public class NewAccount
extends java.lang.Object


Constructor Summary
NewAccount(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

NewAccount

public NewAccount(long number)
Method Detail

getAccountNumber

public long getAccountNumber()

setAccountNumber

public void setAccountNumber(long number)


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