|
|||||||||
| 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(java.lang.String id,
java.lang.String name,
java.lang.String desc,
java.util.List subFolders,
java.util.List documents)
Constructor from parameters |
|
| Method Summary | |
|---|---|
java.lang.String |
getDesc()
Get the description for the Folder. |
java.util.List |
getDocuments()
Get the Documents in the Folder. |
java.lang.String |
getId()
Get the identifier for the Folder. |
java.lang.String |
getName()
Get the name for the Folder. |
java.util.List |
getSubFolders()
Get the sub-folders in the Folder. |
void |
setDesc(java.lang.String desc)
Sets the description for the Folder. |
void |
setDocuments(java.util.List documents)
Sets the Documents in the Folder. |
void |
setId(java.lang.String id)
Sets the identifier for the Folder. |
void |
setName(java.lang.String name)
Sets the name for the Folder. |
void |
setSubFolders(java.util.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(java.lang.String id,
java.lang.String name,
java.lang.String desc,
java.util.List subFolders,
java.util.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 java.lang.String getId()
public void setId(java.lang.String id)
id - The identifier for the Folder.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name for the Folder.public java.lang.String getDesc()
public void setDesc(java.lang.String desc)
desc - The description for the Folder.public java.util.List getSubFolders()
public void setSubFolders(java.util.List subFolders)
subFolders - The sub-folders in the Folder.public java.util.List getDocuments()
public void setDocuments(java.util.List documents)
documents - The Documents in the Folder.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||