
com.venky.swf.plugins.slideshow.db.model.Attachment Maven / Gradle / Ivy
The newest version!
package com.venky.swf.plugins.slideshow.db.model;
import com.venky.swf.db.annotations.column.UNIQUE_KEY;
public interface Attachment extends com.venky.swf.plugins.attachment.db.model.Attachment {
@UNIQUE_KEY(allowMultipleRecordsWithNull = false)
public Long getSlideId();
public void setSlideId(Long id);
public Slide getSlide();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy