JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
me.nunum.whereami.framework.domain
Interface Identifiable<T>
All Known Subinterfaces:
ActiveRecord
<ID>,
AggregateRoot
<ID>,
DeleteableActiveRecord
<ID>,
DomainEntity
<ID>
All Known Implementing Classes:
Algorithm
,
Localization
,
Position
public interface
Identifiable<T>
A generic interface for checking if an object is identified by a certain T
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
id
()
returns the primary
business
id of the entity
boolean
is
(
T
id)
checks if the object is identified by the passed business id
Method Detail
is
boolean is(
T
id)
checks if the object is identified by the passed business id
Parameters:
id
- the identity to check
Returns:
true if the object has that identity
id
T
id()
returns the primary
business
id of the entity
Returns:
the primary
business
id of the entity
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method