public final class JDBCCMPFieldPropertyMetaData extends Object
Constructor and Description |
---|
JDBCCMPFieldPropertyMetaData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares this JDBCCMPFieldPropertyMetaData against the specified object.
|
String |
getColumnName()
Gets the column name the property should use or null if the
column name is not overridden.
|
int |
getJDBCType()
Gets the JDBC type the property should use or Integer.MIN_VALUE
if not overridden.
|
String |
getPropertyName()
Gets the name of the property to be overridden.
|
String |
getSQLType()
Gets the SQL type the property should use or null
if not overridden.
|
int |
hashCode()
Returns a hashcode for this JDBCCMPFieldPropertyMetaData.
|
boolean |
isNotNull()
Should this field allow null values?
|
void |
setCmpField(JDBCCMPFieldMetaData cmpField) |
void |
setColumnName(String columnName) |
void |
setJdbcType(int jdbcType) |
void |
setNotNul(boolean notNul) |
void |
setPropertyName(String propertyName) |
void |
setSqlType(String elementText) |
String |
toString()
Returns a string describing this JDBCCMPFieldPropertyMetaData.
|
public String getPropertyName()
public String getColumnName()
public int getJDBCType()
public String getSQLType()
public boolean isNotNull()
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setPropertyName(String propertyName)
public void setColumnName(String columnName)
public void setNotNul(boolean notNul)
public void setSqlType(String elementText)
public void setJdbcType(int jdbcType)
public void setCmpField(JDBCCMPFieldMetaData cmpField)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.