com.adobe.icc.dbforms.obj
Class ConditionalDataModule

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

public class ConditionalDataModule
extends DataModule

POJO representation for a Conditional Module. Contains a List of CDMAssignment objects, where each CDMAssignment represents the target DataModule selected on evaluating the corresponding expression.

Extends the basic attributes of a DataModule.

See Also:
Serialized Form

Field Summary
static String ASSOCIATION_CUTPOINT
           
static String CDM_CLASS
           
static String FIRST_LEVEL_CUTPOINT
           
static String HIERARCHY_CUTPOINT
           
 
Fields inherited from class com.adobe.icc.dbforms.obj.DataModule
DM_CLASS
 
Fields inherited from class com.adobe.icc.dbforms.obj.Asset
ASSET_CLASS
 
Constructor Summary
ConditionalDataModule()
          Default constructor
 
Method Summary
 List getAssignmentList()
          Get the List of condition assignments for this Condition Module.
 void setAssignmentList(List assignmentList)
          Sets the List of condition assignments for this Condition Module.
 
Methods inherited from class com.adobe.icc.dbforms.obj.DataModule
addVariable, getDataDictionaryRef, getDataDictionaryRefs, getVariableList, removeVariable, setDataDictionaryRef, setDataDictionaryRefs, setVariableList
 
Methods inherited from class com.adobe.icc.dbforms.obj.Asset
getActiveEndDate, getActiveStartDate, getComment, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setName, setState, setUcat, setUpdatedBy, setVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CDM_CLASS

public static final String CDM_CLASS

ASSOCIATION_CUTPOINT

public static final String ASSOCIATION_CUTPOINT

HIERARCHY_CUTPOINT

public static final String HIERARCHY_CUTPOINT

FIRST_LEVEL_CUTPOINT

public static final String FIRST_LEVEL_CUTPOINT
Constructor Detail

ConditionalDataModule

public ConditionalDataModule()
Default constructor

Method Detail

getAssignmentList

public List getAssignmentList()
Get the List of condition assignments for this Condition Module.

Returns:
The List of condition assignments for this Condition Module.

setAssignmentList

public void setAssignmentList(List assignmentList)
Sets the List of condition assignments for this Condition Module.

Parameters:
assignmentList - The List of condition assignments for this Condition Module.


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