|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.system.web.dto.LocalDTO
public class LocalDTO
로컬 DTO
Field Summary | |
---|---|
protected String |
localAddress
로컬 주소 |
protected String |
localName
로컬명 |
protected int |
localPort
로컬 포트 |
Constructor Summary | |
---|---|
LocalDTO()
|
Method Summary | |
---|---|
String |
getLocalAddress()
로컬 주소를 가져온다. |
String |
getLocalName()
로컬명을 가져온다. |
int |
getLocalPort()
로컬 포트를 가져온다. |
void |
setLocalAddress(String localAddress)
로컬 주소를 설정한다. |
void |
setLocalName(String localName)
로컬명을 설정한다. |
void |
setLocalPort(int localPort)
로컬 포트를 설정한다. |
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 localName
protected String localAddress
protected int localPort
Constructor Detail |
---|
public LocalDTO()
Method Detail |
---|
public String getLocalName()
public void setLocalName(String localName)
localName
- 로컬명public String getLocalAddress()
public void setLocalAddress(String localAddress)
localAddress
- 로컬 주소public int getLocalPort()
public void setLocalPort(int localPort)
localPort
- 로컬 포트public String toString()
String
with all attributes in name = value
format.
toString
in class Object
String
representation of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |