public final class ResourceSystemFactory extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static ResourceSystemFactory |
getInstance() |
Resources |
newResources(Integer id,
String description,
String filename,
String filesize,
String filetype,
Byte[] content,
Date created,
Boolean deletedFlag,
String checksum)
Factory method for create an Resources object.
|
Resources |
newResources(String description,
String filename,
String filesize,
String filetype,
Byte[] content,
Date saved,
Boolean deletedFlag,
String checksum)
Factory method for create an Resources object.
|
public static ResourceSystemFactory getInstance()
public Resources newResources(Integer id, String description, String filename, String filesize, String filetype, Byte[] content, Date created, Boolean deletedFlag, String checksum)
id - the iddescription - the descriptionfilename - the filenamefilesize - the filesizefiletype - the filetypecontent - the contentcreated - the createddeletedFlag - the deleted flagchecksum - the checksumpublic Resources newResources(String description, String filename, String filesize, String filetype, Byte[] content, Date saved, Boolean deletedFlag, String checksum)
description - the descriptionfilename - the filenamefilesize - the filesizefiletype - the filetypecontent - the contentsaved - the saveddeletedFlag - the deleted flagchecksum - the checksumCopyright © 2015. All rights reserved.