Version: 1.1.1

org.inb.biomoby.shared.registry
Class Simple

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

public class Simple
extends Object
implements Serializable, Cloneable

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
Simple()
           
 
Method Summary
 void addNamespace(Namespace namespace)
           
 Simple clone()
           
 String getArticleName()
           
 List<Namespace> getNamespaces()
           
 ObjectType getObjectType()
           
 void setArticleName(String articleName)
           
 void setObjectType(ObjectType objectType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simple

public Simple()
Method Detail

getArticleName

public String getArticleName()

setArticleName

public void setArticleName(String articleName)

getObjectType

public ObjectType getObjectType()

setObjectType

public void setObjectType(ObjectType objectType)

addNamespace

public void addNamespace(Namespace namespace)

getNamespaces

public List<Namespace> getNamespaces()

clone

public Simple clone()
Overrides:
clone in class Object

Version: 1.1.1

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