org.codelabor.system.web.dto
Class LocalDTO

java.lang.Object
  extended by org.codelabor.system.web.dto.LocalDTO
All Implemented Interfaces:
Serializable

public class LocalDTO
extends Object
implements Serializable

로컬 DTO

Author:
Shin Sang-jae
See Also:
Serialized Form

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

localName

protected String localName
로컬명


localAddress

protected String localAddress
로컬 주소


localPort

protected int localPort
로컬 포트

Constructor Detail

LocalDTO

public LocalDTO()
Method Detail

getLocalName

public String getLocalName()
로컬명을 가져온다.

Returns:
로컬명

setLocalName

public void setLocalName(String localName)
로컬명을 설정한다.

Parameters:
localName - 로컬명

getLocalAddress

public String getLocalAddress()
로컬 주소를 가져온다.

Returns:
로컬 주소

setLocalAddress

public void setLocalAddress(String localAddress)
로컬 주소를 설정한다.

Parameters:
localAddress - 로컬 주소

getLocalPort

public int getLocalPort()
로컬 포트를 가져온다.

Returns:
로컬 포트

setLocalPort

public void setLocalPort(int localPort)
로컬 포트를 설정한다.

Parameters:
localPort - 로컬 포트

toString

public String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class Object
Returns:
a String representation of this object.


Copyright © 2011 CODELABOR. All Rights Reserved.