edu.jhu.tmaj.beans.data
Interface MetaObject

All Known Implementing Classes:
ArrayImageDynamicField, DynamicEnumeration, DynamicTField, LookedUpDynamicEnumeration, LookupRecord

public interface MetaObject

Either a Type, Field, or Enum record (for Meta Data).


Method Summary
 int getID()
          Returns the primary key in the database.
 MetaObject getRenamedCopy(java.lang.String newName)
          Returns the same MetaObject, except with a different name.
 

Method Detail

getRenamedCopy

MetaObject getRenamedCopy(java.lang.String newName)
Returns the same MetaObject, except with a different name. The ID and foreign keys will be the exact same.


getID

int getID()
Returns the primary key in the database.