net.sourceforge.squirrel_sql.plugins.hibernate.server
Class HibernatePropertyInfo

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.server.HibernatePropertyInfo
All Implemented Interfaces:
Serializable

public class HibernatePropertyInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HibernatePropertyInfo(String propertyName, String className, String tableName, String[] columnNames)
           
 
Method Summary
 String getClassName()
           
 String getClassNameRegardingCollection()
           
 String getCollectionClassName()
           
 String[] getColumnNames()
           
 String getPropertyName()
           
 String getTableName()
           
 boolean isIdentifier()
           
 void setCollectionClassName(String collectionClassName)
           
 void setIdentifier(boolean identifier)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HibernatePropertyInfo

public HibernatePropertyInfo(String propertyName,
                             String className,
                             String tableName,
                             String[] columnNames)
Method Detail

setCollectionClassName

public void setCollectionClassName(String collectionClassName)

getPropertyName

public String getPropertyName()

getClassName

public String getClassName()

toString

public String toString()
Overrides:
toString in class Object

getCollectionClassName

public String getCollectionClassName()

setIdentifier

public void setIdentifier(boolean identifier)

isIdentifier

public boolean isIdentifier()

getTableName

public String getTableName()

getColumnNames

public String[] getColumnNames()

getClassNameRegardingCollection

public String getClassNameRegardingCollection()


Copyright © 2001-2012. All Rights Reserved.