test.net.sf.thirdi.jdbc
クラス Shop_list

java.lang.Object
  上位を拡張 test.net.sf.thirdi.jdbc.Shop_list

public class Shop_list
extends java.lang.Object

概要(abstract): Shop_list  .

導入されたバージョン:
JDK 5.0
バージョン:
1.0
作成者:
kensir0u

コンストラクタの概要
Shop_list()
           
 
メソッドの概要
 java.lang.String getDelete_flag()
          概要(abstract): Return the delete_flag .
 java.lang.String getOffice_cd()
          概要(abstract): Return the office_cd .
 java.lang.String getPrefecture_code()
          概要(abstract): Return the prefecture_code .
 java.lang.String getShop_code()
          概要(abstract): Return the shop_code .
 java.lang.String getShop_name()
          概要(abstract): Return the shop_name .
 long getUpdate_count()
          概要(abstract): Return the update_count .
 java.lang.String getUpdate_time()
          概要(abstract): Return the update_time .
 java.lang.String getUpdate_user()
          概要(abstract): Return the update_user .
 void setDelete_flag(java.lang.String delete_flag)
          概要(abstract):Set the delete_flag .
 void setOffice_cd(java.lang.String office_cd)
          概要(abstract):Set the office_cd .
 void setPrefecture_code(java.lang.String prefecture_code)
          概要(abstract):Set the prefecture_code .
 void setShop_code(java.lang.String shop_code)
          概要(abstract):Set the shop_code .
 void setShop_name(java.lang.String shop_name)
          概要(abstract):Set the shop_name .
 void setUpdate_count(long update_count)
          概要(abstract):Set the update_count .
 void setUpdate_time(java.lang.String update_time)
          概要(abstract):Set the update_time .
 void setUpdate_user(java.lang.String update_user)
          概要(abstract):Set the update_user .
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Shop_list

public Shop_list()
メソッドの詳細

getPrefecture_code

public java.lang.String getPrefecture_code()
概要(abstract): Return the prefecture_code .

Return the prefecture_code.

戻り値:
the prefecture_code

setPrefecture_code

public void setPrefecture_code(java.lang.String prefecture_code)
概要(abstract):Set the prefecture_code .

Set the prefecture_code.

パラメータ:
prefecture_code - the prefecture_code to set

getOffice_cd

public java.lang.String getOffice_cd()
概要(abstract): Return the office_cd .

Return the office_cd.

戻り値:
the office_cd

setOffice_cd

public void setOffice_cd(java.lang.String office_cd)
概要(abstract):Set the office_cd .

Set the office_cd.

パラメータ:
office_cd - the office_cd to set

getShop_code

public java.lang.String getShop_code()
概要(abstract): Return the shop_code .

Return the shop_code.

戻り値:
the shop_code

setShop_code

public void setShop_code(java.lang.String shop_code)
概要(abstract):Set the shop_code .

Set the shop_code.

パラメータ:
shop_code - the shop_code to set

getShop_name

public java.lang.String getShop_name()
概要(abstract): Return the shop_name .

Return the shop_name.

戻り値:
the shop_name

setShop_name

public void setShop_name(java.lang.String shop_name)
概要(abstract):Set the shop_name .

Set the shop_name.

パラメータ:
shop_name - the shop_name to set

getUpdate_count

public long getUpdate_count()
概要(abstract): Return the update_count .

Return the update_count.

戻り値:
the update_count

setUpdate_count

public void setUpdate_count(long update_count)
概要(abstract):Set the update_count .

Set the update_count.

パラメータ:
update_count - the update_count to set

getUpdate_user

public java.lang.String getUpdate_user()
概要(abstract): Return the update_user .

Return the update_user.

戻り値:
the update_user

setUpdate_user

public void setUpdate_user(java.lang.String update_user)
概要(abstract):Set the update_user .

Set the update_user.

パラメータ:
update_user - the update_user to set

getUpdate_time

public java.lang.String getUpdate_time()
概要(abstract): Return the update_time .

Return the update_time.

戻り値:
the update_time

setUpdate_time

public void setUpdate_time(java.lang.String update_time)
概要(abstract):Set the update_time .

Set the update_time.

パラメータ:
update_time - the update_time to set

getDelete_flag

public java.lang.String getDelete_flag()
概要(abstract): Return the delete_flag .

Return the delete_flag.

戻り値:
the delete_flag

setDelete_flag

public void setDelete_flag(java.lang.String delete_flag)
概要(abstract):Set the delete_flag .

Set the delete_flag.

パラメータ:
delete_flag - the delete_flag to set