public class ImplementationId
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ImplementationId() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final long serialVersionUID
public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.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 setpublic 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.ObjectCopyright © 2018 OpenMRS Inc.. All Rights Reserved.