|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.system.web.dto.EtcDTO
public class EtcDTO
기타 DTO
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 |
---|
protected int contentLength
protected String contentType
protected String protocol
protected String scheme
protected String characterEncoding
protected Locale locale
Constructor Detail |
---|
public EtcDTO()
Method Detail |
---|
public int getContentLength()
public void setContentLength(int contentLength)
contentLength
- 컨텐트 길이public String getContentType()
public void setContentType(String contentType)
contentType
- 컨텐트 타입public String getProtocol()
public void setProtocol(String protocol)
protocol
- 프로토콜public String getScheme()
public void setScheme(String scheme)
scheme
- 스키마public String getCharacterEncoding()
public void setCharacterEncoding(String characterEncoding)
characterEncoding
- 캐릭터 인코딩public Locale getLocale()
public void setLocale(Locale locale)
locale
- 로케일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 |