public class ServerOperationDataDto
extends java.lang.Object
| Constructor and Description | 
|---|
| ServerOperationDataDto()Instantiates a new server operation data dto. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getId()Gets the server id. | 
| java.lang.String | getName()Gets the server name. | 
| java.lang.String | getNote()Gets the operation note. | 
| java.lang.String | getTranslatedNote()Gets the note, translated. | 
| void | setId(long idIn)Sets the server id. | 
| void | setName(java.lang.String nameIn)Sets the server name. | 
| void | setNote(java.lang.String noteIn)Sets the operation note. | 
public ServerOperationDataDto()
public java.lang.String getTranslatedNote()
public long getId()
public void setId(long idIn)
idIn - the new idpublic java.lang.String getName()
public void setName(java.lang.String nameIn)
nameIn - the new namepublic java.lang.String getNote()
public void setNote(java.lang.String noteIn)
noteIn - the new note