com.adobe.icc.dbforms.obj
Class ContainerLayoutAssignment

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

public final class ContainerLayoutAssignment
extends Object
implements 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 String ASSOCIATION_CUTPOINT
           
static String CLA_CLASS
           
static String FIRST_LEVEL_CUTPOINT
           
static String HIERARCHY_CUTPOINT
           
 
Constructor Summary
ContainerLayoutAssignment()
           
 
Method Summary
 ContainerLayout getContainerLayout()
          Get the ContainerLayout for the assignment.
 Set getFieldAssignments()
          Get the FieldAssignment objects for the assignment.
 String getId()
          Get the unique identifier for the assignment.
 Set getTargetAreaAssignments()
          Get the TargetAreaAssignment objects for the assignment.
 void setContainerLayout(ContainerLayout containerLayout)
          Sets the ContainerLayout for the assignment.
 void setFieldAssignments(Set fieldAssignments)
           
 void setId(String id)
          Sets the unique identifier for the assignment.
 void setTargetAreaAssignments(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 String CLA_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

ContainerLayoutAssignment

public ContainerLayoutAssignment()
Method Detail

getId

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

Returns:
The unique identifier for the assignment.

setId

public void setId(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 Set getTargetAreaAssignments()
Get the TargetAreaAssignment objects for the assignment.

Returns:
The TargetAreaAssignment objects for the assignment.

setTargetAreaAssignments

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

Parameters:
targetAssignmentList - The TargetAreaAssignment objects for the assignment.

getFieldAssignments

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

Returns:
The FieldAssignment objects for the assignment.

setFieldAssignments

public void setFieldAssignments(Set fieldAssignments)
Parameters:
fieldAssignments - the fieldAssignments to set


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