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 から継承したメソッド |
add, clone, equals, getAncestorDepth, getDescription, getElementType, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement, toString |
クラス java.lang.Object から継承したメソッド |
finalize, getClass, hashCode, notify, notifyAll, 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.
isNotNull
public boolean isNotNull()
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 enum.
setEnumType
public void setEnumType(JavaEnumeration enumType)
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-2005 asyrinx organization. All Rights Reserved.