AccountHolderpublic final class AccountHolder extends Object implements org.omg.CORBA.portable.StreamableAccountHolder.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from Account.idl
Saturday, December 16, 2000 10:18:17 PM PST |
Fields Summary |
---|
public Account | value |
Constructors Summary |
---|
public AccountHolder()
| public AccountHolder(Account initialValue)
value = initialValue;
|
|