org.tranql.schema
Interface Entity

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CacheTable, EJB, Table

public interface Entity
extends java.io.Serializable

Version:
$Revision: 1.7 $ $Date: 2004/04/21 23:45:33 $

Method Summary
 java.util.List getAssociationEnds()
           
 Attribute getAttribute(java.lang.String name)
           
 java.util.List getAttributes()
           
 java.lang.String getName()
           
 java.lang.String getPhysicalName()
           
 

Method Detail

getName

public java.lang.String getName()

getPhysicalName

public java.lang.String getPhysicalName()

getAttributes

public java.util.List getAttributes()

getAssociationEnds

public java.util.List getAssociationEnds()

getAttribute

public Attribute getAttribute(java.lang.String name)


Copyright © -2005 The Codehaus. All Rights Reserved.