org.seasar.tuigwaa.plugin.database
クラス InterwikiDto

java.lang.Object
  拡張org.seasar.tuigwaa.plugin.database.InterwikiDto

public class InterwikiDto
extends Object

作成者:
someda

フィールドの概要
static String PROP_SERVERNAME
           
 
コンストラクタの概要
InterwikiDto()
           
 
メソッドの概要
 String getEncodingType()
           
 Long getId()
           
 String getServerName()
           
 String getUrl()
           
 void setEncodingType(String encoding)
           
 void setId(Long id)
           
 void setServerName(String name)
           
 void setUrl(String url)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

PROP_SERVERNAME

public static final String PROP_SERVERNAME
関連項目:
定数フィールド値
コンストラクタの詳細

InterwikiDto

public InterwikiDto()
メソッドの詳細

getId

public Long getId()

setId

public void setId(Long id)

getEncodingType

public String getEncodingType()

setEncodingType

public void setEncodingType(String encoding)

getServerName

public String getServerName()

setServerName

public void setServerName(String name)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.