public class ResourcesModel extends Object implements Serializable
| Constructor and Description |
|---|
ResourcesModel()
Instantiates a new resource model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChecksum()
Return the value associated with the column: checksum.
|
Byte[] |
getContent()
Gets the content.
|
String |
getContentType()
Gets the content type.
|
Date |
getCreated()
Return the value associated with the column: saved.
|
String |
getDescription()
Gets the description.
|
String |
getFilename()
Gets the filename.
|
String |
getFilesize()
Gets the filesize.
|
Integer |
getId()
Return the value associated with the column: id.
|
Boolean |
isDeletedFlag()
Return the value associated with the column: deletedFlag.
|
void |
setChecksum(String checksum)
Set the value related to the column: checksum
|
void |
setContent(Byte[] content)
Sets the content.
|
void |
setContentType(String contentType)
Sets the content type.
|
void |
setCreated(Date created)
Sets the created.
|
void |
setDeletedFlag(Boolean deletedFlag)
Set the value related to the column: deletedFlag.
|
void |
setDescription(String description)
Sets the description.
|
void |
setFilename(String filename)
Sets the filename.
|
void |
setFilesize(String filesize)
Sets the filesize.
|
void |
setId(Integer id)
Set the value related to the column: id.
|
public String getChecksum()
public void setChecksum(String checksum)
checksum - the checksum value you wish to setpublic Integer getId()
public void setId(Integer id)
id - the id value you wish to setpublic Boolean isDeletedFlag()
public void setDeletedFlag(Boolean deletedFlag)
deletedFlag - the deletedFlag value you wish to setpublic Date getCreated()
public void setCreated(Date created)
created - the date when createdpublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic String getFilename()
public void setFilename(String filename)
filename - the new filenamepublic String getContentType()
public void setContentType(String contentType)
contentType - the new content typepublic Byte[] getContent()
public void setContent(Byte[] content)
content - the new contentpublic String getFilesize()
public void setFilesize(String filesize)
filesize - the filesizeCopyright © 2015. All rights reserved.