SRJRCFrames
v0.1.296

de.schwarzrot.data
Interface NamedEntity<E>

Type Parameters:
E - - the type of the name
All Superinterfaces:
Comparable<Entity>, Entity, com.jgoodies.binding.beans.Observable, Serializable
All Known Subinterfaces:
MetaEntity<N>, NamedChildEntity<A,B>
All Known Implementing Classes:
AbstractMetaChildEntity, AbstractMetaEntity, AttributeDomain, ColumnDefinition, DatabaseModel, DriveMapping, IdxSegmentInfo, IndexDefinition, Option, OptionBundle, SchemaDefinition, TableDefinition, User

public interface NamedEntity<E>
extends Entity

interface for all entities, that could be identified by their name. The name can be of any type, so it is specified with generics.


Method Summary
 E getName()
           
 void setName(E name)
           
 
Methods inherited from interface de.schwarzrot.data.Entity
getCModified, getDefaultOrder, getDtCreated, getDtModified, getId, getMappings, getPersistenceName, getSchemaName, getSkipList, getSystemClass, getUCreated, getUModified, getUniqColumnNames, getUserAttributes, getVariantColumnName, getVariantTypeMap, isDirty, isUserType, isVirtual, setCModified, setDirty, setDtCreated, setDtModified, setId, setUCreated, setUModified, validate
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.jgoodies.binding.beans.Observable
addPropertyChangeListener, removePropertyChangeListener
 

Method Detail

getName

E getName()

setName

void setName(E name)

SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.