Package rs.baselib.type
Interface IIdObject<T extends java.io.Serializable>
- Type Parameters:
T- the type of the ID
public interface IIdObject<T extends java.io.Serializable>
An object having an ID.
- Since:
- 1.2.9
- Author:
- ralph
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIDProperty name of ID. -
Method Summary
-
Field Details
-
ID
static final java.lang.String IDProperty name of ID.- Since:
- 1.2.9
- See Also:
- Constant Field Values
-
-
Method Details