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 から継承したメソッド |
add, clone, getAncestorDepth, getDescription, getElementType, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, isEntity, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement, toString |
クラス java.lang.Object から継承したメソッド |
finalize, getClass, hashCode, notify, notifyAll, 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()
equals
public boolean equals(java.lang.Object obj)
- オーバーライド:
- クラス
Element
内の equals
Copyright © 2004-2005 asyrinx organization. All Rights Reserved.