FileDocCategorySizeDatePackage
AccountDesc.javaAPI DocExample438Thu Feb 17 20:00:56 GMT 2000AccountingMgmt.Account

AccountDesc.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package AccountingMgmt.Account;

/** @stereotype description */
public class AccountDesc {
    private int number;
    private String name;
    private int type;
    private String purpose;
}