WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.iiop.ejb.entity.server.wls
Class AccountTypes

java.lang.Object
  |
  +--examples.iiop.ejb.entity.server.wls.AccountTypes

public class AccountTypes
extends java.lang.Object

This is a dummy interface that is used to ensue idl generation for concrete valuetypes that are used by EJB.

Author:
Copyright (c) 2001 by BEA Systems, Inc. All Rights Reserved.

Field Summary
(package private)  java.lang.String some_data
           
(package private)  int some_more_data
           
 
Constructor Summary
AccountTypes()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

some_data

java.lang.String some_data

some_more_data

int some_more_data
Constructor Detail

AccountTypes

public AccountTypes()

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.