org.asyrinx.joey.gen.model.rdb
クラス ForeignKeyEntry
java.lang.Object
org.asyrinx.joey.gen.model.Element
org.asyrinx.joey.gen.model.rdb.ForeignKeyEntry
- すべての実装インタフェース:
- java.lang.Cloneable
- public class ForeignKeyEntry
- extends Element
- 作成者:
- akima
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド |
log |
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド |
add, clone, getDescription, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, isEntity, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement |
クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForeignKeyEntry
public ForeignKeyEntry()
ForeignKeyEntry
public ForeignKeyEntry(java.lang.String local,
java.lang.String foreign)
ForeignKeyEntry
public ForeignKeyEntry(ForeignKey parent,
java.lang.String local,
java.lang.String foreign)
getParent
public ForeignKey getParent()
getForeign
public java.lang.String getForeign()
- 戻り値:
- Returns the foreign.
setForeign
public void setForeign(java.lang.String foreign)
- パラメータ:
foreign
- The foreign to set.
getLocal
public java.lang.String getLocal()
- 戻り値:
- Returns the local.
setLocal
public void setLocal(java.lang.String local)
- パラメータ:
local
- The local to set.
getLocalColumn
public Column getLocalColumn()
getForeignColumn
public Column getForeignColumn()
Copyright © 2004 asyrinx organization. All Rights Reserved.