org.seasar.extension.jdbc.impl
クラス PropertyTypeImpl

java.lang.Object
  拡張org.seasar.extension.jdbc.impl.PropertyTypeImpl
すべての実装インタフェース:
PropertyType

public class PropertyTypeImpl
extends Object
implements PropertyType


コンストラクタの概要
PropertyTypeImpl(org.seasar.framework.beans.PropertyDesc propertyDesc)
           
PropertyTypeImpl(org.seasar.framework.beans.PropertyDesc propertyDesc, ValueType valueType)
           
PropertyTypeImpl(org.seasar.framework.beans.PropertyDesc propertyDesc, ValueType valueType, String columnName)
           
PropertyTypeImpl(String propertyName, ValueType valueType)
           
 
メソッドの概要
 String getColumnName()
           
 org.seasar.framework.beans.PropertyDesc getPropertyDesc()
           
 String getPropertyName()
           
 ValueType getValueType()
           
 boolean isPersistent()
           
 boolean isPrimaryKey()
           
 void setColumnName(String columnName)
           
 void setPersistent(boolean persistent)
           
 void setPrimaryKey(boolean primaryKey)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyTypeImpl

public PropertyTypeImpl(org.seasar.framework.beans.PropertyDesc propertyDesc)

PropertyTypeImpl

public PropertyTypeImpl(org.seasar.framework.beans.PropertyDesc propertyDesc,
                        ValueType valueType)

PropertyTypeImpl

public PropertyTypeImpl(org.seasar.framework.beans.PropertyDesc propertyDesc,
                        ValueType valueType,
                        String columnName)

PropertyTypeImpl

public PropertyTypeImpl(String propertyName,
                        ValueType valueType)
メソッドの詳細

getPropertyDesc

public org.seasar.framework.beans.PropertyDesc getPropertyDesc()
定義:
インタフェース PropertyType 内の getPropertyDesc

getPropertyName

public String getPropertyName()
定義:
インタフェース PropertyType 内の getPropertyName

getColumnName

public String getColumnName()
定義:
インタフェース PropertyType 内の getColumnName

setColumnName

public void setColumnName(String columnName)
定義:
インタフェース PropertyType 内の setColumnName

getValueType

public ValueType getValueType()
定義:
インタフェース PropertyType 内の getValueType

isPrimaryKey

public boolean isPrimaryKey()
定義:
インタフェース PropertyType 内の isPrimaryKey

setPrimaryKey

public void setPrimaryKey(boolean primaryKey)
定義:
インタフェース PropertyType 内の setPrimaryKey

isPersistent

public boolean isPersistent()
定義:
インタフェース PropertyType 内の isPersistent

setPersistent

public void setPersistent(boolean persistent)
定義:
インタフェース PropertyType 内の setPersistent


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.