Package projectplayground.domains
Class Expansion
java.lang.Object
projectplayground.domains.BaseEntity
projectplayground.domains.Expansion
@Entity public class Expansion extends BaseEntity
is the basic class for every additional expansions of the playground
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
description
private int
numberOfPersons
private Playground
playground
private java.lang.String
title
-
Constructor Summary
Constructors Constructor Description Expansion()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
title
private java.lang.String title -
numberOfPersons
private int numberOfPersons -
description
private java.lang.String description -
playground
-
-
Constructor Details
-
Expansion
public Expansion()
-