edu.jas.module
Class ResPart

java.lang.Object
  extended by edu.jas.module.ResPart
All Implemented Interfaces:
java.io.Serializable

 class ResPart
extends java.lang.Object
implements java.io.Serializable


Field Summary
 ModuleList GB
           
 ModuleList module
           
 ModuleList syzygy
           
 
Constructor Summary
ResPart(ModuleList m, ModuleList g, ModuleList z)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

module

public final ModuleList module

GB

public final ModuleList GB

syzygy

public final ModuleList syzygy
Constructor Detail

ResPart

public ResPart(ModuleList m,
               ModuleList g,
               ModuleList z)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object