Version: 1.1.1

org.inb.biomoby.shared.message
Class AbstractMobyObject

java.lang.Object
  extended by org.inb.biomoby.shared.message.AbstractMobyElement
      extended by org.inb.biomoby.shared.message.AbstractMobyObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MobyBinary, MobyBoolean, MobyDateTime, MobyFloat, MobyInteger, MobyObject, MobyString

public class AbstractMobyObject
extends AbstractMobyElement
implements Serializable

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
AbstractMobyObject()
           
AbstractMobyObject(String id, String namespace)
           
 
Method Summary
 String getMobyId()
           
 String getNamespace()
           
 void setMobyId(String id)
           
 void setNamespace(String namespace)
           
 String toString()
           
 
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyElement
getArticleName, setArticleName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractMobyObject

public AbstractMobyObject()

AbstractMobyObject

public AbstractMobyObject(String id,
                          String namespace)
Method Detail

setMobyId

public void setMobyId(String id)

getMobyId

public String getMobyId()

setNamespace

public void setNamespace(String namespace)

getNamespace

public String getNamespace()

toString

public String toString()
Overrides:
toString in class Object

Version: 1.1.1

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