jp.sourceforge.livez.dao
クラス EZwebFrame

java.lang.Object
  上位を拡張 jp.sourceforge.livez.dao.EZwebFrame
すべての実装されたインタフェース:
Serializable

public class EZwebFrame
extends Object
implements Serializable

EZweb 写真フレーム情報を提供します。

作成者:
杉澤 浩二
関連項目:
直列化された形式

コンストラクタの概要
EZwebFrame()
          デフォルトコンストラクタです。
 
メソッドの概要
 boolean equals(Object obj)
           
 String getDeviceType()
          デバイスIDを取得します。
 Integer getHeight()
          高さを返します。
 Integer getWidth()
          幅を返します。
 int hashCode()
           
 void setDeviceType(String deviceType)
          デバイスIDを設定します。
 void setHeight(Integer height)
          高さを設定します。
 void setWidth(Integer width)
          幅を設定します。
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

EZwebFrame

public EZwebFrame()
デフォルトコンストラクタです。

メソッドの詳細

getDeviceType

public String getDeviceType()
デバイスIDを取得します。

戻り値:
デバイスID

setDeviceType

public void setDeviceType(String deviceType)
デバイスIDを設定します。

パラメータ:
deviceType - デバイスID

getWidth

public Integer getWidth()
幅を返します。

戻り値:

setWidth

public void setWidth(Integer width)
幅を設定します。

パラメータ:
width - 幅

getHeight

public Integer getHeight()
高さを返します。

戻り値:
高さ

setHeight

public void setHeight(Integer height)
高さを設定します。

パラメータ:
height - 高さ

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

equals

public boolean equals(Object obj)
オーバーライド:
クラス Object 内の equals

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2005-2006 Kouji Sugisawa. All rights reserved.