jp.co.pwv.estore.util
インタフェース IEProperties

既知の実装クラスの一覧:
Book

public interface IEProperties

IEProperties 属性をDBからload, insert, deleteするメソッドのインタフェース

バージョン:
1.0 2004/09/05
作成者:
Hiroshi TAKEMOTO

メソッドの概要
 void insertProperties()
          DBにマッピングされていない属性をDBに挿入する
 void loadProperties()
          DBにマッピングされていない属性をロードし、セットする
 java.lang.String printProperties()
          DBにマッピングされていない属性を表示形式で返す
 

メソッドの詳細

loadProperties

public void loadProperties()
DBにマッピングされていない属性をロードし、セットする


insertProperties

public void insertProperties()
DBにマッピングされていない属性をDBに挿入する


printProperties

public java.lang.String printProperties()
DBにマッピングされていない属性を表示形式で返す