@Component @Scope(value="prototype") public class AttachedImage extends Object implements Comparable<AttachedImage>
Comparable| Constructor and Description |
|---|
AttachedImage()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AttachedImage other) |
boolean |
equals(Object o) |
String |
getFileName() |
int |
getIndex() |
String |
getUrl() |
int |
hashCode() |
void |
setFileName(String fileName) |
void |
setIndex(int index) |
void |
setUrl(String url) |
public int compareTo(AttachedImage other)
compareTo in interface Comparable<AttachedImage>public int getIndex()
public void setIndex(int index)
public String getFileName()
public void setFileName(String fileName)
public String getUrl()
public void setUrl(String url)
Copyright © 2021 OSIVIA. All rights reserved.