FileDocCategorySizeDatePackage
PostingDesc.javaAPI DocExample392Thu Feb 17 20:00:58 GMT 2000AccountingMgmt.Posting

PostingDesc.java

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

package AccountingMgmt.Posting;

/** @stereotype description */
public class PostingDesc {
    private int type;
    private String postingRules;
}