FileDocCategorySizeDatePackage
MIDetail.javaAPI DocExample376Thu Feb 17 20:00:42 GMT 2000None

MIDetail.java

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

/** @stereotype mi-detail */
public class MIDetail {
    public int calcTotal() {
        return -1;
    }

    private int qty;
}