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

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

コンストラクタの詳細

PrimaryKeyEntry

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

getParent

public PrimaryKey getParent()

getColumn

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


Copyright © 2004-2005 asyrinx organization. All Rights Reserved.