|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codelabor.system.web.dto.ServerDTO
public class ServerDTO
서버 DTO
| Field Summary | |
|---|---|
protected String |
name
서버명 |
protected int |
port
포트 |
| Constructor Summary | |
|---|---|
ServerDTO()
|
|
| Method Summary | |
|---|---|
String |
getName()
서버명을 가져온다. |
int |
getPort()
포트를 가져온다. |
void |
setName(String name)
서버명을 설정한다. |
void |
setPort(int port)
포트를 설정한다. |
String |
toString()
Constructs a String with all attributes in name = value
format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected int port
| Constructor Detail |
|---|
public ServerDTO()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - 서버명public int getPort()
public void setPort(int port)
port - 포트public String toString()
String with all attributes in name = value
format.
toString in class ObjectString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||