org.asyrinx.joey.gen.model.rdb
クラス PrimaryKeyEntry

java.lang.Object
  拡張org.asyrinx.joey.gen.model.Element
      拡張org.asyrinx.joey.gen.model.rdb.PrimaryKeyEntry
すべての実装インタフェース:
java.lang.Cloneable

public class PrimaryKeyEntry
extends Element

作成者:
takeshi

フィールドの概要
 
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド
log
 
コンストラクタの概要
PrimaryKeyEntry(PrimaryKey parent, Column column)
           
 
メソッドの概要
 Column getColumn()
           
 PrimaryKey getParent()
           
 
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド
add, clone, getDescription, getElementType, 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
 

コンストラクタの詳細

PrimaryKeyEntry

public PrimaryKeyEntry(PrimaryKey parent,
                       Column column)
パラメータ:
parent -
メソッドの詳細

getParent

public PrimaryKey getParent()

getColumn

public Column getColumn()
戻り値:
Returns the column.


Copyright © 2004 asyrinx organization. All Rights Reserved.