Package dev.orne.beans
Interface WritableIdentityBean
- All Superinterfaces:
IdentityBean
- All Known Implementing Classes:
BaseIdentityBean
Interface representing a bean with identity that allows assigning its
identity.
- Since:
- 0.1
- Version:
- 1.0, 2020-05
- Author:
- (w) Iker Hernaez
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.orne.beans.IdentityBean
IdentityBean.RequireIdentity
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIdentity
(Identity identity) Sets the instance's identity.Methods inherited from interface dev.orne.beans.IdentityBean
getIdentity
-
Method Details
-
setIdentity
Sets the instance's identity.- Parameters:
identity
- The instance's identity
-