com.adobe.icc.dbforms.obj
Class DocumentAssignment

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.DocumentAssignment
All Implemented Interfaces:
java.io.Serializable

public class DocumentAssignment
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

DocumentAssignment

public DocumentAssignment()
Method Detail

getId

public java.lang.String getId()
Get the id of DocumentAssignment object.

Returns:
the id

setId

public void setId(java.lang.String id)
Set id of the DocumentAssignment object.

Parameters:
id - the id to set

getExpression

public java.lang.String getExpression()
Get expression required to be evaluated.

Returns:
the expression

setExpression

public void setExpression(java.lang.String expression)
Sets expression required to be evaluated.

Parameters:
expression - the expression to set

getDocument

public PortfolioDocument getDocument()
Get document associated with this DocumentAssignment.

Returns:
the document

setDocument

public void setDocument(PortfolioDocument document)
Associates document with this DocumentAssignment.

Parameters:
document - the document to set


[an error occurred while processing this directive] [an error occurred while processing this directive]