com.frinika.project
Class MultiPart

java.lang.Object
  extended by com.frinika.project.MultiPart
All Implemented Interfaces:
java.io.Serializable

public class MultiPart
extends java.lang.Object
implements java.io.Serializable

Author:
pjl
See Also:
Serialized Form

Constructor Summary
MultiPart()
           
 
Method Summary
 java.util.Vector<Part> getParts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPart

public MultiPart()
Method Detail

getParts

public java.util.Vector<Part> getParts()