|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.ObjectBaseObject
com.arjava.torque.BaseMenuTable
This class was autogenerated by Torque on: [Wed Jan 07 03:08:36 JST 2004] You should not use this class directly. It should not even be extended all references should be to MenuTable
| コンストラクタの概要 | |
BaseMenuTable()
|
|
| メソッドの概要 | |
MenuTable |
copy()
Makes a copy of this object. |
protected MenuTable |
copyInto(MenuTable copyObj)
|
java.lang.Object |
getByName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. |
static java.util.List |
getFieldNames()
Generate a list of field names. |
int |
getId()
Get the Id |
java.lang.String |
getItem()
Get the Item |
MenuTablePeer |
getPeer()
returns a peer instance associated with this om. |
int |
getPrice()
Get the Price |
ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.lang.String |
getTerm()
Get the Term |
void |
save()
Stores the object in the database. |
void |
save(java.sql.Connection con)
Stores the object in the database. |
void |
save(java.lang.String dbName)
Stores the object in the database. |
void |
setId(int v)
Set the value of Id |
void |
setItem(java.lang.String v)
Set the value of Item |
void |
setPrice(int v)
Set the value of Price |
void |
setPrimaryKey(ObjectKey key)
Set the PrimaryKey using ObjectKey. |
void |
setTerm(java.lang.String v)
Set the value of Term |
java.lang.String |
toString()
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public BaseMenuTable()
| メソッドの詳細 |
public int getId()
public void setId(int v)
v - new valuepublic java.lang.String getItem()
public void setItem(java.lang.String v)
v - new valuepublic int getPrice()
public void setPrice(int v)
v - new valuepublic java.lang.String getTerm()
public void setTerm(java.lang.String v)
v - new valuepublic static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
name - field name
public java.lang.Object getByPeerName(java.lang.String name)
name - peer name
public java.lang.Object getByPosition(int pos)
pos - position in xml schema
public void save()
throws java.lang.Exception
java.lang.Exception
public void save(java.lang.String dbName)
throws TorqueException
dbName -
TorqueException
public void save(java.sql.Connection con)
throws TorqueException
con -
TorqueExceptionpublic void setPrimaryKey(ObjectKey key)
public ObjectKey getPrimaryKey()
public MenuTable copy()
throws TorqueException
TorqueException
protected MenuTable copyInto(MenuTable copyObj)
throws TorqueException
TorqueExceptionpublic MenuTablePeer getPeer()
public java.lang.String toString()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||