Version: 1.1.1

org.inb.biomoby.shared.registry
Class Registration

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

public class Registration
extends Object
implements Serializable, Cloneable

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Nested Class Summary
static class Registration.SUCCESS_CODE
           
 
Constructor Summary
Registration()
           
 
Method Summary
 Registration clone()
           
 String getId()
           
 String getMessage()
           
 String getRdf()
           
 Registration.SUCCESS_CODE getSuccess()
           
 void setId(String id)
           
 void setMessage(String message)
           
 void setRdf(String rdf)
           
 void setSuccess(Registration.SUCCESS_CODE success)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registration

public Registration()
Method Detail

getSuccess

public Registration.SUCCESS_CODE getSuccess()

setSuccess

public void setSuccess(Registration.SUCCESS_CODE success)

getId

public String getId()

setId

public void setId(String id)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getRdf

public String getRdf()

setRdf

public void setRdf(String rdf)

clone

public Registration clone()
Overrides:
clone in class Object

Version: 1.1.1

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