@Entity public class CaptchaImage extends ImageUntouched implements Comparable<ImageUntouched>, Serializable
uploadPath| Constructor and Description |
|---|
CaptchaImage() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CaptchaImage image) |
Captcha |
getCaptcha() |
String |
getUuid() |
void |
setCaptcha(Captcha captcha) |
void |
setUuid(String uuid) |
compareTo, delete, generate, getCreated, getLarge, getLargeFileInputStream, getMicro, getMicroFileInputStream, getModified, getModifiedAddress, getModifiedBy, getNormal, getNormalFileInputStream, getOriginal, getOriginalFileInputStream, getSmall, getSmallFileInputStream, getThumbnail, getThumbnailFileInputStream, getUploadFile, isStandard, setCreated, setLarge, setMicro, setModified, setModifiedAddress, setModifiedBy, setNormal, setOriginal, setSmall, setStandard, setThumbnail, setUploadFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic Captcha getCaptcha()
public void setCaptcha(Captcha captcha)
captcha - the captcha to setpublic int compareTo(CaptchaImage image)
Copyright © 2012–2020 T.I.V. Consulting GmbH. All rights reserved.