|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codelabor.system.web.dto.RemoteDTO
public class RemoteDTO
리포트 DTO
| Field Summary | |
|---|---|
protected String |
remoteAddress
리모트 주소 |
protected String |
remoteHost
리모트 호스트 |
protected int |
remotePort
리모트 포트 |
| Constructor Summary | |
|---|---|
RemoteDTO()
|
|
| Method Summary | |
|---|---|
String |
getRemoteAddress()
리모트 주소를 가져온다. |
String |
getRemoteHost()
리모트 호스트를 가져온다. |
int |
getRemotePort()
리모트 포트를 가져온다. |
void |
setRemoteAddress(String remoteAddress)
리모트 주소를 설정한다. |
void |
setRemoteHost(String remoteHost)
리모트 호스트를 설정한다. |
void |
setRemotePort(int remotePort)
리모트 포트를 설정한다. |
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 remoteHost
protected String remoteAddress
protected int remotePort
| Constructor Detail |
|---|
public RemoteDTO()
| Method Detail |
|---|
public String getRemoteHost()
public void setRemoteHost(String remoteHost)
remoteHost - 리모트 호스트public String getRemoteAddress()
public void setRemoteAddress(String remoteAddress)
remoteAddress - 리모트 주소public int getRemotePort()
public void setRemotePort(int remotePort)
remotePort - 리포트 포트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 | |||||||||