FileDocCategorySizeDatePackage
PartyRelationship.javaAPI DocExample643Thu Feb 17 20:01:06 GMT 2000RelMgmt.Party

PartyRelationship.java

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

package RelMgmt.Party;

import java.util.Vector;
//import MatlResMgmt.MaterialsRequest.*;

/** @stereotype moment-interval */
public class PartyRelationship {
    public void makePartyRelationship() {
    }

    public boolean isValidOnDate() {
        return false;
    }

    public Vector listRelatedPartiesAndType() {
        return new Vector();
    }

    private int interval;
}