com.adobe.icc.dbforms.obj
Class ContainerLayoutAssignment

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

public final class ContainerLayoutAssignment
extends java.lang.Object
implements java.io.Serializable

Assignment POJO for Container Layouts.

Each ContainerLayout has a list of TargetAreaAssignment and FieldAssignment objects that represent the respective assignments for the Target Areas and Fields contained within the ContainerLayout.

See Also:
TargetAreaAssignment, FieldAssignment, Serialized Form

Field Summary
static java.lang.String ASSOCIATION_CUTPOINT
          For internal use.
static java.lang.String CLA_CLASS
          For internal use.
static java.lang.String FIRST_LEVEL_CUTPOINT
          For internal use.
static java.lang.String HIERARCHY_CUTPOINT
          For internal use.
 
Constructor Summary
ContainerLayoutAssignment()
           
 
Method Summary
 ContainerLayout getContainerLayout()
          Get the ContainerLayout for the assignment.
 java.lang.String getExpression()
          Get the expression for conditional fragment inclusion.
 java.util.Set getFieldAssignments()
          Get the FieldAssignment objects for the assignment.
 java.lang.String getId()
          Get the unique identifier for the assignment.
 java.util.Set getTargetAreaAssignments()
          Get the TargetAreaAssignment objects for the assignment.
 void setContainerLayout(ContainerLayout containerLayout)
          Sets the ContainerLayout for the assignment.
 void setExpression(java.lang.String expression)
          Sets expression for conditional fragment inclusion.
 void setFieldAssignments(java.util.Set fieldAssignments)
          Sets the FieldAssignment objects for the assignment.
 void setId(java.lang.String id)
          Sets the unique identifier for the assignment.
 void setTargetAreaAssignments(java.util.Set targetAssignmentList)
          Sets the TargetAreaAssignment objects for the assignment.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLA_CLASS

public static final java.lang.String CLA_CLASS
For internal use.


ASSOCIATION_CUTPOINT

public static final java.lang.String ASSOCIATION_CUTPOINT
For internal use.


HIERARCHY_CUTPOINT

public static final java.lang.String HIERARCHY_CUTPOINT
For internal use.


FIRST_LEVEL_CUTPOINT

public static final java.lang.String FIRST_LEVEL_CUTPOINT
For internal use.

Constructor Detail

ContainerLayoutAssignment

public ContainerLayoutAssignment()
Method Detail

getId

public java.lang.String getId()
Get the unique identifier for the assignment.

Returns:
The unique identifier for the assignment.

setId

public void setId(java.lang.String id)
Sets the unique identifier for the assignment.

Parameters:
id - The unique identifier for the assignment.

getContainerLayout

public ContainerLayout getContainerLayout()
Get the ContainerLayout for the assignment.

Returns:
The ContainerLayout for the assignment.

setContainerLayout

public void setContainerLayout(ContainerLayout containerLayout)
Sets the ContainerLayout for the assignment.

Parameters:
containerLayout - The ContainerLayout for the assignment.

getTargetAreaAssignments

public java.util.Set getTargetAreaAssignments()
Get the TargetAreaAssignment objects for the assignment.

Returns:
The TargetAreaAssignment objects for the assignment.

setTargetAreaAssignments

public void setTargetAreaAssignments(java.util.Set targetAssignmentList)
Sets the TargetAreaAssignment objects for the assignment.

Parameters:
targetAssignmentList - The TargetAreaAssignment objects for the assignment.

getFieldAssignments

public java.util.Set getFieldAssignments()
Get the FieldAssignment objects for the assignment.

Returns:
The FieldAssignment objects for the assignment.

setFieldAssignments

public void setFieldAssignments(java.util.Set fieldAssignments)
Sets the FieldAssignment objects for the assignment.

Parameters:
fieldAssignments - the fieldAssignments to set

getExpression

public java.lang.String getExpression()
Get the expression for conditional fragment inclusion.

Returns:
the expression

setExpression

public void setExpression(java.lang.String expression)
Sets expression for conditional fragment inclusion.

Parameters:
expression - the expression to set


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