|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.ImplementationId
public class ImplementationId
Every installation of OpenMRS should get a unique implementation id. If multiple sites use the same dictionary/form setup, than those sites should share the same implementation id. The ImplementationId is stored and verified on the openmrs servers.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
ImplementationId()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getDescription()
Text describing this implementation. |
java.lang.String |
getImplementationId()
This is the unique id for this implementation. |
java.lang.String |
getName()
A descriptive name for this implementation (e.g. |
java.lang.String |
getPassphrase()
This text is a long text string that is used to validate who uses an implementation id. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Text describing this implementation. |
void |
setImplementationId(java.lang.String implementationId)
This is the unique id for this implementation. |
void |
setName(java.lang.String name)
A descriptive name for this implementation (e.g. |
void |
setPassphrase(java.lang.String passphrase)
This text is a long text string that is used to validate who uses an implementation id. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public ImplementationId()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.String getImplementationId()
implementationId
- the implementationId to set
public void setImplementationId(java.lang.String implementationId)
implementationId
- the implementationId to setpublic java.lang.String getPassphrase()
public void setPassphrase(java.lang.String passphrase)
passphrase
- the passphrase to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- The concept source name to set.public java.lang.String toString()
toString
in class java.lang.Object
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |