|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.DocumentAssignment
public class DocumentAssignment
Assignment POJO for Conditional Documents.
Each expression of a Condition has an associated DocumentAssignment, which contains the expression and
the associated PortfolioDocument selected if the expression evaluates to true.
| Constructor Summary | |
|---|---|
DocumentAssignment()
|
|
| Method Summary | |
|---|---|
PortfolioDocument |
getDocument()
Get document associated with this DocumentAssignment. |
java.lang.String |
getExpression()
Get expression required to be evaluated. |
java.lang.String |
getId()
Get the id of DocumentAssignment object. |
void |
setDocument(PortfolioDocument document)
Associates document with this DocumentAssignment. |
void |
setExpression(java.lang.String expression)
Sets expression required to be evaluated. |
void |
setId(java.lang.String id)
Set id of the DocumentAssignment object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentAssignment()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - the id to setpublic java.lang.String getExpression()
public void setExpression(java.lang.String expression)
expression - the expression to setpublic PortfolioDocument getDocument()
public void setDocument(PortfolioDocument document)
document - the document to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||