Class Picture

java.lang.Object
projectplayground.domains.BaseEntity
projectplayground.domains.Picture

@Entity
public class Picture
extends BaseEntity
class to access the pictureFiles via database
  • Field Summary

    Fields
    Modifier and Type Field Description
    private java.lang.String name  
    private java.lang.String path  
    private Playground playground  
  • Constructor Summary

    Constructors
    Constructor Description
    Picture()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      private java.lang.String name
    • path

      private java.lang.String path
    • playground

      private Playground playground
  • Constructor Details

    • Picture

      public Picture()