org.ujorm.orm
Interface ColumnWrapper

All Known Implementing Classes:
ColumnWrapperImpl, MetaColumn

public interface ColumnWrapper

Wrapper for a MetaColumn


Method Summary
 boolean equals(Object column)
          Method returns the true value if two attributes Keys are the same
 Key getKey()
          Returns an original key
 MetaColumn getModel()
          Returns an original meta-table model
 String getName()
          Returns an original column name
 String getTableAlias()
          Returns always the NonNull alias of the related database table
 boolean isCompositeKey()
          Returns if key is type of CompositeKey
 

Method Detail

getModel

MetaColumn getModel()
Returns an original meta-table model


getName

String getName()
Returns an original column name


getTableAlias

String getTableAlias()
Returns always the NonNull alias of the related database table


getKey

Key getKey()
Returns an original key


isCompositeKey

boolean isCompositeKey()
Returns if key is type of CompositeKey


equals

boolean equals(Object column)
Method returns the true value if two attributes Keys are the same

Overrides:
equals in class Object


Copyright 2013, Pavel Ponec