Class ProductPhotoEntity

java.lang.Object
com.eeit87t3.tickiteasy.product.entity.ProductPhotoEntity

@Entity public class ProductPhotoEntity extends Object
  • Constructor Details

    • ProductPhotoEntity

      public ProductPhotoEntity()
    • ProductPhotoEntity

      public ProductPhotoEntity(String fileName, ProductEntity product)
    • ProductPhotoEntity

      public ProductPhotoEntity(Integer photoID, String fileName, ProductEntity product)
  • Method Details

    • getPhotoID

      public Integer getPhotoID()
    • setPhotoID

      public void setPhotoID(Integer photoID)
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getProduct

      public ProductEntity getProduct()
    • setProduct

      public void setProduct(ProductEntity product)