|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.TargetAreaAssignment
public final class TargetAreaAssignment
POJO representation for a TargetArea's assignment in a Letter template.
TargetAreas may contain a list of ModuleAssignments or a ContainerLayoutAssignment.
List of ModuleAssignments determines the data modules assigned to the Target Area.
ModuleAssignment,
ContainerLayoutAssignment,
Serialized Form| Constructor Summary | |
|---|---|
TargetAreaAssignment()
|
|
| Method Summary | |
|---|---|
ContainerLayoutAssignment |
getContainerLayoutAssignment()
Get the ContainerLayoutAssignments of this Target Area. |
String |
getId()
Get the identifier for the assignment. |
List |
getModuleAssignmentList()
Get the ModuleAssignments of this Target Area. |
TargetArea |
getTargetArea()
Get the associated Target Area for the assignment. |
boolean |
isAllowFreeText()
Get whether the Target Area is open to add free text into it. |
boolean |
isOpen()
Get whether the Target Area is open (allow addition of more modules if true). |
boolean |
isOrdered()
Get whether the Target Area is ordered (allow re-ordering of more modules if true). |
void |
setAllowFreeText(boolean allowFreeText)
Sets whether the Target Area is open to add free text into it. |
void |
setContainerLayoutAssignment(ContainerLayoutAssignment containerLayoutAssignment)
Sets the ContainerLayoutAssignments of this Target Area. |
void |
setId(String id)
Sets the identifier for the assignment. |
void |
setModuleAssignmentList(List moduleAssignmentList)
Sets the ModuleAssignments of this Target Area. |
void |
setOpen(boolean open)
Sets whether the Target Area is open (allow addition of more modules if true). |
void |
setOrdered(boolean ordered)
Sets whether the Target Area is ordered (allow re-ordering of more modules if true). |
void |
setTargetArea(TargetArea targetArea)
Sets the associated Target Area for the assignment. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TargetAreaAssignment()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The identifier for the assignment.public TargetArea getTargetArea()
public void setTargetArea(TargetArea targetArea)
targetArea - The associated Target Area for the assignment.public boolean isOpen()
public void setOpen(boolean open)
open - Whether the Target Area is open.public boolean isOrdered()
public void setOrdered(boolean ordered)
ordered - Whether the Target Area is ordered.public boolean isAllowFreeText()
public void setAllowFreeText(boolean allowFreeText)
allowFreeText - Whether the Target Area is open to add free text.public List getModuleAssignmentList()
ModuleAssignments of this Target Area.
ModuleAssignments of this Target Area.ModuleAssignmentpublic void setModuleAssignmentList(List moduleAssignmentList)
ModuleAssignments of this Target Area.
moduleAssignmentList - The ModuleAssignments of this Target Area.public ContainerLayoutAssignment getContainerLayoutAssignment()
ContainerLayoutAssignments of this Target Area.
ContainerLayoutAssignments of this Target Area.ContainerLayoutAssignmentpublic void setContainerLayoutAssignment(ContainerLayoutAssignment containerLayoutAssignment)
ContainerLayoutAssignments of this Target Area.
containerLayoutAssignment - The ContainerLayoutAssignments of this Target Area.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||