public abstract class AbstractAlgorithmImpl extends java.lang.Object implements AbstractAlgorithm
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
Constructor and Description |
---|
AbstractAlgorithmImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the id property
|
boolean |
isSetId()
Checks if id is set
|
void |
setId(java.lang.String id)
Sets the id property
|
public java.lang.String getId()
getId
in interface AbstractAlgorithm
public boolean isSetId()
isSetId
in interface AbstractAlgorithm
public void setId(java.lang.String id)
setId
in interface AbstractAlgorithm