net.sourceforge.squirrel_sql.plugins.hibernate.mapping
Class PropertyInfo

java.lang.Object
  extended by net.sourceforge.squirrel_sql.fw.completion.CompletionInfo
      extended by net.sourceforge.squirrel_sql.plugins.hibernate.mapping.PropertyInfo
All Implemented Interfaces:
Comparable<CompletionInfo>

public class PropertyInfo
extends CompletionInfo


Constructor Summary
PropertyInfo(HibernatePropertyInfo hibernatePropertyInfo, String mappedClassName)
           
 
Method Summary
 String getClassName()
           
 String getCompareString()
           
 HibernatePropertyInfo getHibernatePropertyInfo()
           
 MappedClassInfo getMappedClassInfo()
           
 boolean matchesQualified(CompletionParser parser)
           
 boolean matchesUnQualified(String attrCandidate)
           
 void setMappedClassInfo(MappedClassInfo mappedClassInfo)
           
 String toString()
           
 
Methods inherited from class net.sourceforge.squirrel_sql.fw.completion.CompletionInfo
compareTo, getCompletionString, hasColumns, matchesCompletionString, matchesCompletionStringStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyInfo

public PropertyInfo(HibernatePropertyInfo hibernatePropertyInfo,
                    String mappedClassName)
Method Detail

getCompareString

public String getCompareString()
Specified by:
getCompareString in class CompletionInfo

toString

public String toString()
Overrides:
toString in class CompletionInfo

matchesQualified

public boolean matchesQualified(CompletionParser parser)

matchesUnQualified

public boolean matchesUnQualified(String attrCandidate)

getClassName

public String getClassName()

getHibernatePropertyInfo

public HibernatePropertyInfo getHibernatePropertyInfo()

getMappedClassInfo

public MappedClassInfo getMappedClassInfo()

setMappedClassInfo

public void setMappedClassInfo(MappedClassInfo mappedClassInfo)


Copyright © 2001-2012. All Rights Reserved.