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 SummaryFields Modifier and Type Field Description private java.lang.Stringdescriptionprivate intnumberOfPersonsprivate Playgroundplaygroundprivate java.lang.Stringtitle
- 
Constructor SummaryConstructors Constructor Description Expansion()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
titleprivate java.lang.String title
- 
numberOfPersonsprivate int numberOfPersons
- 
descriptionprivate java.lang.String description
- 
playground
 
- 
- 
Constructor Details- 
Expansionpublic Expansion()
 
-