org.asyrinx.joey.gen.model.java
クラス Property

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

public class Property
extends EntityElement
implements Parameter

作成者:
akima

フィールドの概要
 
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド
log
 
コンストラクタの概要
Property()
           
Property(Entity parent)
           
 
メソッドの概要
 java.lang.String getCapitalizedName()
           
 java.lang.String getDefaultValue()
           
 java.lang.String getDefaultValue4Velocity()
           
 java.lang.String getEnumPropertyName()
           
 JavaEnumeration getEnumType()
           
 int getMaxLength()
           
 java.lang.String getParamName()
           
 Type getParamType()
           
 java.util.List getReferencesContainedAsForeign()
           
 java.util.List getReferencesContainedAsLocal()
           
 Type getType()
           
 java.lang.String getTypeName()
           
 boolean isExtended()
           
 boolean isInForeignKey()
           
 boolean isPrimaryKey()
           
 boolean isRequired()
           
 boolean isSinglePrimaryKey()
           
 void setDefaultValue(java.lang.String defaultValue)
           
 void setEnumPropertyName(java.lang.String enumPropertyName)
           
 void setEnumType(JavaEnumeration enumType)
           
 void setExtended(boolean extended)
           
 void setMaxLength(int maxLength)
           
 void setPrimaryKey(boolean primaryKey)
           
 void setRequired(boolean required)
           
 void setType(Type javaType)
           
 void setTypeName(java.lang.String typeName)
           
 
クラス org.asyrinx.joey.gen.model.java.EntityElement から継承したメソッド
getParent, getVisibility, isEntity, isFinall, isStatik, setFinall, setStatik, setVisibility
 
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド
add, clone, getDescription, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Property

public Property()

Property

public Property(Entity parent)
パラメータ:
parent -
メソッドの詳細

getDefaultValue

public java.lang.String getDefaultValue()
戻り値:
Returns the defaultValue.

getDefaultValue4Velocity

public java.lang.String getDefaultValue4Velocity()
戻り値:
Returns the defaultValue.

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
パラメータ:
defaultValue - The defaultValue to set.

getTypeName

public java.lang.String getTypeName()
戻り値:
Returns the typeName.

setTypeName

public void setTypeName(java.lang.String typeName)
パラメータ:
typeName - The typeName to set.

getMaxLength

public int getMaxLength()
戻り値:
Returns the maxLength.

setMaxLength

public void setMaxLength(int maxLength)
パラメータ:
maxLength - The maxLength to set.

getType

public Type getType()
戻り値:
Returns the type.

setType

public void setType(Type javaType)

isRequired

public boolean isRequired()
戻り値:
Returns the required.

setRequired

public void setRequired(boolean required)
パラメータ:
required - The required to set.

getCapitalizedName

public java.lang.String getCapitalizedName()

getReferencesContainedAsLocal

public java.util.List getReferencesContainedAsLocal()
戻り値:

getReferencesContainedAsForeign

public java.util.List getReferencesContainedAsForeign()
戻り値:

isInForeignKey

public boolean isInForeignKey()

getEnumPropertyName

public java.lang.String getEnumPropertyName()
戻り値:
Returns the enumPropertyName.

setEnumPropertyName

public void setEnumPropertyName(java.lang.String enumPropertyName)
パラメータ:
enumPropertyName - The enumPropertyName to set.

getEnumType

public JavaEnumeration getEnumType()
戻り値:
Returns the enumType.

setEnumType

public void setEnumType(JavaEnumeration enumType)
パラメータ:
enumType - The enumType to set.

isPrimaryKey

public boolean isPrimaryKey()

setPrimaryKey

public void setPrimaryKey(boolean primaryKey)

isSinglePrimaryKey

public boolean isSinglePrimaryKey()

isExtended

public boolean isExtended()

setExtended

public void setExtended(boolean extended)

getParamName

public java.lang.String getParamName()
定義:
インタフェース Parameter 内の getParamName

getParamType

public Type getParamType()
定義:
インタフェース Parameter 内の getParamType


Copyright © 2004 asyrinx organization. All Rights Reserved.