org.codelabor.system.web.dto
Class EtcDTO

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

public class EtcDTO
extends Object
implements Serializable

기타 DTO

Author:
Shin Sang-jae
See Also:
Serialized Form

Field Summary
protected  String characterEncoding
          캐릭터 인코딩
protected  int contentLength
          컨텐트 길이
protected  String contentType
          컨텐트 타입
protected  Locale locale
          로케일
protected  String protocol
          프로토콜
protected  String scheme
          스키마
 
Constructor Summary
EtcDTO()
           
 
Method Summary
 String getCharacterEncoding()
          캐릭터 인코딩을 가져온다.
 int getContentLength()
          컨텐트 길이를 가져온다.
 String getContentType()
          컨텐트 타입을 가져온다.
 Locale getLocale()
          로케일을 가져온다.
 String getProtocol()
          프로토콜을 가져온다.
 String getScheme()
          스키마를 가져온다.
 void setCharacterEncoding(String characterEncoding)
          캐릭터 인코딩을 설정한다.
 void setContentLength(int contentLength)
          컨텐트 길이를 설정한다.
 void setContentType(String contentType)
          컨텐트 타입을 설정한다.
 void setLocale(Locale locale)
          로케일을 설정한다.
 void setProtocol(String protocol)
          프로토콜을 설정한다.
 void setScheme(String scheme)
          스키마를 설정한다.
 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

contentLength

protected int contentLength
컨텐트 길이


contentType

protected String contentType
컨텐트 타입


protocol

protected String protocol
프로토콜


scheme

protected String scheme
스키마


characterEncoding

protected String characterEncoding
캐릭터 인코딩


locale

protected Locale locale
로케일

Constructor Detail

EtcDTO

public EtcDTO()
Method Detail

getContentLength

public int getContentLength()
컨텐트 길이를 가져온다.

Returns:
컨텐트 길이

setContentLength

public void setContentLength(int contentLength)
컨텐트 길이를 설정한다.

Parameters:
contentLength - 컨텐트 길이

getContentType

public String getContentType()
컨텐트 타입을 가져온다.

Returns:
컨텐트 타입

setContentType

public void setContentType(String contentType)
컨텐트 타입을 설정한다.

Parameters:
contentType - 컨텐트 타입

getProtocol

public String getProtocol()
프로토콜을 가져온다.

Returns:
프로토콜

setProtocol

public void setProtocol(String protocol)
프로토콜을 설정한다.

Parameters:
protocol - 프로토콜

getScheme

public String getScheme()
스키마를 가져온다.

Returns:
스키마

setScheme

public void setScheme(String scheme)
스키마를 설정한다.

Parameters:
scheme - 스키마

getCharacterEncoding

public String getCharacterEncoding()
캐릭터 인코딩을 가져온다.

Returns:
캐릭터 인코딩

setCharacterEncoding

public void setCharacterEncoding(String characterEncoding)
캐릭터 인코딩을 설정한다.

Parameters:
characterEncoding - 캐릭터 인코딩

getLocale

public Locale getLocale()
로케일을 가져온다.

Returns:
로케일

setLocale

public void setLocale(Locale locale)
로케일을 설정한다.

Parameters:
locale - 로케일

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.