public final class TargetAreaAssignment extends Object implements Serializable
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 and Description |
|---|
TargetAreaAssignment()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerLayoutAssignment |
getContainerLayoutAssignment()
Deprecated.
Use
getContainerLayoutAssignmentList() instead. |
List<ContainerLayoutAssignment> |
getContainerLayoutAssignmentList()
Deprecated.
Returns the list of
ContainerLayoutAssignments of this Target Area. |
String |
getId()
Deprecated.
Get the identifier for the assignment.
|
List<ModuleAssignment> |
getModuleAssignmentList()
Deprecated.
Get the
ModuleAssignments of this Target Area. |
TargetArea |
getTargetArea()
Deprecated.
Get the associated Target Area for the assignment.
|
String |
getTargetAreaPath()
Deprecated.
|
boolean |
isAllowFreeText()
Deprecated.
Get whether the Target Area is open to add free text into it.
|
boolean |
isAutoCorrected()
Deprecated.
|
boolean |
isOpen()
Deprecated.
Get whether the Target Area is open (allow addition of more modules if true).
|
boolean |
isOrdered()
Deprecated.
Get whether the Target Area is ordered (allow re-ordering of more modules if true).
|
void |
setAllowFreeText(boolean allowFreeText)
Deprecated.
Sets whether the Target Area is open to add free text into it.
|
void |
setAutoCorrected(boolean autoCorrected)
Deprecated.
|
void |
setContainerLayoutAssignment(ContainerLayoutAssignment containerLayoutAssignment)
Deprecated.
Use
setContainerLayoutAssignmentList(List) instead. |
void |
setContainerLayoutAssignmentList(List<ContainerLayoutAssignment> containerLayoutAssignmentList)
Deprecated.
Sets the list of
ContainerLayoutAssignments in this Target Area. |
void |
setId(String id)
Deprecated.
Sets the identifier for the assignment.
|
void |
setModuleAssignmentList(List<ModuleAssignment> moduleAssignmentList)
Deprecated.
Sets the
ModuleAssignments of this Target Area. |
void |
setOpen(boolean open)
Deprecated.
Sets whether the Target Area is open (allow addition of more modules if true).
|
void |
setOrdered(boolean ordered)
Deprecated.
Sets whether the Target Area is ordered (allow re-ordering of more modules if true).
|
void |
setTargetArea(TargetArea targetArea)
Deprecated.
Sets the associated Target Area for the assignment.
|
void |
setTargetAreaPath(String targetAreaPath)
Deprecated.
|
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<ModuleAssignment> getModuleAssignmentList()
ModuleAssignments of this Target Area.ModuleAssignments of this Target Area.ModuleAssignmentpublic void setModuleAssignmentList(List<ModuleAssignment> moduleAssignmentList)
ModuleAssignments of this Target Area.moduleAssignmentList - The ModuleAssignments of this Target Area.public ContainerLayoutAssignment getContainerLayoutAssignment()
getContainerLayoutAssignmentList() instead.ContainerLayoutAssignments of this Target Area.ContainerLayoutAssignments of this Target Area.ContainerLayoutAssignmentpublic void setContainerLayoutAssignment(ContainerLayoutAssignment containerLayoutAssignment)
setContainerLayoutAssignmentList(List) instead.ContainerLayoutAssignments of this Target Area.containerLayoutAssignment - The ContainerLayoutAssignments of this Target Area.public List<ContainerLayoutAssignment> getContainerLayoutAssignmentList()
ContainerLayoutAssignments of this Target Area.public void setContainerLayoutAssignmentList(List<ContainerLayoutAssignment> containerLayoutAssignmentList)
ContainerLayoutAssignments in this Target Area.containerLayoutAssignmentList - the containerLayoutAssignmentList to setpublic String getTargetAreaPath()
public void setTargetAreaPath(String targetAreaPath)
public boolean isAutoCorrected()
public void setAutoCorrected(boolean autoCorrected)
autoCorrected - the autoCorrected to setCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.