Class Floor
- java.lang.Object
-
- info.ejava.examples.ejb.ejbjpa.bo.Floor
-
- All Implemented Interfaces:
Serializable
@Entity public class Floor extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
level
(package private) List<Room>
rooms
private static long
serialVersionUID
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
level
int level
-
-