org.rapla.entities |
Contains the interfaces of the persistent entity-objects in rapla.
@see rapla.sourceforge.net
|
Java Source File Name | Type | Comment |
Annotatable.java | Interface | |
Category.java | Interface | Hierarchical categorization of information. |
CategoryAnnotations.java | Interface | |
DependencyException.java | Class | |
Entity.java | Interface | |
EntityNotFoundException.java | Class | |
IllegalAnnotationException.java | Class | |
MultiLanguageName.java | Class | Some entities (especially dynamic-types and attributes)
can have multiple names to allow easier reuse of created schemas or
support for multi-language-environments. |
MultiLanguageNamed.java | Interface | |
Named.java | Interface | |
NamedComparator.java | Class | |
Ownable.java | Interface | Should be implemented by objects which can be uniquely associated with a User. |
RaplaObject.java | Interface | This interface is a marker to distinct the different rapla classes
like Reservation, Allocatable and Category.
It is something like the java instanceof keyword. |
RaplaType.java | Class | Enumeration Pattern for all Rapla objects. |
ReadOnlyException.java | Class | This Exception is thrown when the application
wants to write to a read-only entity. |
Timestamp.java | Interface | |
UniqueKeyException.java | Class | Thrown if the same key is used by another object. |
User.java | Interface | |
UserComparator.java | Class | |