public class ImplementationId extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ImplementationId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Text describing this implementation.
|
String |
getImplementationId()
This is the unique id for this implementation.
|
String |
getName()
A descriptive name for this implementation (e.g.
|
String |
getPassphrase()
This text is a long text string that is used to validate who uses an implementation id.
|
int |
hashCode() |
void |
setDescription(String description)
Text describing this implementation.
|
void |
setImplementationId(String implementationId)
This is the unique id for this implementation.
|
void |
setName(String name)
A descriptive name for this implementation (e.g.
|
void |
setPassphrase(String passphrase)
This text is a long text string that is used to validate who uses an implementation id.
|
String |
toString() |
public static final long serialVersionUID
public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String getDescription()
public void setDescription(String description)
description - The description to set.public String getImplementationId()
implementationId - the implementationId to setpublic void setImplementationId(String implementationId)
implementationId - the implementationId to setpublic String getPassphrase()
public void setPassphrase(String passphrase)
passphrase - the passphrase to setpublic String getName()
public void setName(String name)
name - The concept source name to set.Copyright © 2018 OpenMRS LLC.. All Rights Reserved.