public final class TargetAreaAssignment extends Object implements Serializable
TargetArea
's assignment in a Letter
template.
TargetArea
s may contain a list of ModuleAssignment
s or a ContainerLayoutAssignment
.
List of ModuleAssignment
s determines the data modules assigned to the Target Area.ModuleAssignment
,
ContainerLayoutAssignment
,
Serialized FormConstructor and Description |
---|
TargetAreaAssignment()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContainerLayoutAssignment |
getContainerLayoutAssignment()
Deprecated.
Use
getContainerLayoutAssignmentList() instead. |
List<ContainerLayoutAssignment> |
getContainerLayoutAssignmentList()
Deprecated.
Returns the list of
ContainerLayoutAssignment s of this Target Area. |
String |
getId()
Deprecated.
Get the identifier for the assignment.
|
List<ModuleAssignment> |
getModuleAssignmentList()
Deprecated.
Get the
ModuleAssignment s 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
ContainerLayoutAssignment s in this Target Area. |
void |
setId(String id)
Deprecated.
Sets the identifier for the assignment.
|
void |
setModuleAssignmentList(List<ModuleAssignment> moduleAssignmentList)
Deprecated.
Sets the
ModuleAssignment s 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()
ModuleAssignment
s of this Target Area.ModuleAssignment
s of this Target Area.ModuleAssignment
public void setModuleAssignmentList(List<ModuleAssignment> moduleAssignmentList)
ModuleAssignment
s of this Target Area.moduleAssignmentList
- The ModuleAssignment
s of this Target Area.public ContainerLayoutAssignment getContainerLayoutAssignment()
getContainerLayoutAssignmentList()
instead.ContainerLayoutAssignment
s of this Target Area.ContainerLayoutAssignment
s of this Target Area.ContainerLayoutAssignment
public void setContainerLayoutAssignment(ContainerLayoutAssignment containerLayoutAssignment)
setContainerLayoutAssignmentList(List)
instead.ContainerLayoutAssignment
s of this Target Area.containerLayoutAssignment
- The ContainerLayoutAssignment
s of this Target Area.public List<ContainerLayoutAssignment> getContainerLayoutAssignmentList()
ContainerLayoutAssignment
s of this Target Area.public void setContainerLayoutAssignmentList(List<ContainerLayoutAssignment> containerLayoutAssignmentList)
ContainerLayoutAssignment
s 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–2022 Adobe Systems Inc.. All rights reserved.