|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.PortfolioFolder
public final class PortfolioFolder
POJO representation of a Folder that is part of a Portfolio.
A PortfolioFolder may have Documents in it or sub-PortfolioFolders that in turn have
Folders and Documents (thus providing a hierarchical structure).
| Constructor Summary | |
|---|---|
PortfolioFolder()
Default constructor |
|
PortfolioFolder(String id,
String name,
String desc,
List subFolders,
List documents)
Constructor from parameters |
|
| Method Summary | |
|---|---|
String |
getDesc()
Get the description for the Folder. |
List |
getDocuments()
Get the Documents in the Folder. |
String |
getId()
Get the identifier for the Folder. |
String |
getName()
Get the name for the Folder. |
List |
getSubFolders()
Get the sub-folders in the Folder. |
void |
setDesc(String desc)
Sets the description for the Folder. |
void |
setDocuments(List documents)
Sets the Documents in the Folder. |
void |
setId(String id)
Sets the identifier for the Folder. |
void |
setName(String name)
Sets the name for the Folder. |
void |
setSubFolders(List subFolders)
Sets the sub-folders in the Folder. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortfolioFolder()
public PortfolioFolder(String id,
String name,
String desc,
List subFolders,
List documents)
id - unique identifier of the Folder.name - name of the Folder.desc - description of the Folder.subFolders - list of subFolders of the Folder.documents - list of documents of the Folder.| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The identifier for the Folder.public String getName()
public void setName(String name)
name - The name for the Folder.public String getDesc()
public void setDesc(String desc)
desc - The description for the Folder.public List getSubFolders()
public void setSubFolders(List subFolders)
subFolders - The sub-folders in the Folder.public List getDocuments()
public void setDocuments(List documents)
documents - The Documents in the Folder.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||