com.adobe.icc.dbforms.obj
Class DocumentAssignment

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

public class DocumentAssignment
extends Object
implements 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()
           
 String getExpression()
           
 String getId()
           
 void setDocument(PortfolioDocument document)
           
 void setExpression(String expression)
           
 void setId(String id)
           
 
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 String getId()
Returns:

setId

public void setId(String id)

getExpression

public String getExpression()

setExpression

public void setExpression(String expression)

getDocument

public PortfolioDocument getDocument()

setDocument

public void setDocument(PortfolioDocument document)


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