public class AtomReplacementDTO
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AtomReplacementDTO()
Instantiates a new atom replacement dto.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassType()
Gets the class type.
|
java.lang.String |
getReason()
Gets the reason.
|
java.lang.String |
getReplacementAtomUi()
Gets the replacement atom ui.
|
java.lang.String |
getUi()
Gets the ui.
|
java.lang.String |
getVersion()
Gets the version.
|
void |
setClassType(java.lang.String str)
Sets the class type.
|
void |
setReason(java.lang.String reason)
Sets the reason.
|
void |
setReplacementAtomUi(java.lang.String replacementAtomUi)
Sets the replacement atom ui.
|
void |
setUi(java.lang.String ui)
Sets the ui.
|
void |
setVersion(java.lang.String version)
Sets the version.
|
java.lang.String |
toString() |
public AtomReplacementDTO()
public java.lang.String getClassType()
public void setClassType(java.lang.String str)
str - the new class typepublic java.lang.String getUi()
public void setUi(java.lang.String ui)
ui - the new uipublic java.lang.String getReason()
public void setReason(java.lang.String reason)
reason - the new reasonpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - the new versionpublic java.lang.String getReplacementAtomUi()
public void setReplacementAtomUi(java.lang.String replacementAtomUi)
replacementAtomUi - the new replacement atom uipublic java.lang.String toString()
toString in class java.lang.Object