public class AttachmentFile extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_ID |
static String |
FIELD_INSERT_DATE |
static String |
FIELD_NAME |
static String |
FIELD_PREVIEW |
protected Integer |
id |
protected Date |
insertDate |
protected String |
name |
protected boolean |
preview |
| Constructor and Description |
|---|
AttachmentFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getId() |
Date |
getInsertDate() |
String |
getName() |
int |
hashCode() |
boolean |
isPreview() |
AttachmentFile |
setId(Integer value) |
AttachmentFile |
setInsertDate(long value) |
AttachmentFile |
setName(String value) |
AttachmentFile |
setPreview(Boolean value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_ID
public static final String FIELD_INSERT_DATE
public static final String FIELD_NAME
public static final String FIELD_PREVIEW
protected Integer id
protected Date insertDate
protected String name
protected boolean preview
public AttachmentFile setId(Integer value)
public Integer getId()
public AttachmentFile setInsertDate(long value)
public Date getInsertDate()
public AttachmentFile setName(String value)
public String getName()
public AttachmentFile setPreview(Boolean value)
public boolean isPreview()
Copyright 2022 OneSpan All rights reserved.