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