Version: 1.1.1

org.inb.biomoby.shared.registry
Class Collection

java.lang.Object
  extended by org.inb.biomoby.shared.registry.Collection
All Implemented Interfaces:
Serializable, Cloneable

public class Collection
extends Object
implements Serializable, Cloneable

Represents Moby Central "collection of simple objects" abstract

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
Collection()
           
 
Method Summary
 Collection clone()
           
 String getArticleName()
           
 Simple getSimple()
           
 void setArticleName(String articleName)
           
 void setSimple(Simple simple)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collection

public Collection()
Method Detail

getArticleName

public String getArticleName()

setArticleName

public void setArticleName(String articleName)

getSimple

public Simple getSimple()

setSimple

public void setSimple(Simple simple)

clone

public Collection clone()
Overrides:
clone in class Object

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010