|
|||||||||
| 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()
Deprecated. Use TargetAreaAssignment.getContainerLayoutAssignmentList() instead. |
java.util.List |
getContainerLayoutAssignmentList()
Returns the list of ContainerLayoutAssignments of this Target Area. |
java.lang.String |
getId()
Get the identifier for the assignment. |
java.util.List |
getModuleAssignmentList()
Get the ModuleAssignments of this Target Area. |
TargetArea |
getTargetArea()
Get the associated Target Area for the assignment. |
java.lang.String |
getTargetAreaPath()
|
boolean |
isAllowFreeText()
Get whether the Target Area is open to add free text into it. |
boolean |
isAutoCorrected()
|
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 |
setAutoCorrected(boolean autoCorrected)
|
void |
setContainerLayoutAssignment(ContainerLayoutAssignment containerLayoutAssignment)
Deprecated. Use TargetAreaAssignment.setContainerLayoutAssignmentList(List) instead. |
void |
setContainerLayoutAssignmentList(java.util.List containerLayoutAssignmentList)
Sets the list of ContainerLayoutAssignments in this Target Area. |
void |
setId(java.lang.String id)
Sets the identifier for the assignment. |
void |
setModuleAssignmentList(java.util.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. |
void |
setTargetAreaPath(java.lang.String targetAreaPath)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TargetAreaAssignment()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.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 java.util.List getModuleAssignmentList()
ModuleAssignments of this Target Area.
ModuleAssignments of this Target Area.ModuleAssignmentpublic void setModuleAssignmentList(java.util.List moduleAssignmentList)
ModuleAssignments of this Target Area.
moduleAssignmentList - The ModuleAssignments of this Target Area.public ContainerLayoutAssignment getContainerLayoutAssignment()
TargetAreaAssignment.getContainerLayoutAssignmentList() instead.
ContainerLayoutAssignments of this Target Area.
ContainerLayoutAssignments of this Target Area.ContainerLayoutAssignmentpublic void setContainerLayoutAssignment(ContainerLayoutAssignment containerLayoutAssignment)
TargetAreaAssignment.setContainerLayoutAssignmentList(List) instead.
ContainerLayoutAssignments of this Target Area.
containerLayoutAssignment - The ContainerLayoutAssignments of this Target Area.public java.util.List getContainerLayoutAssignmentList()
ContainerLayoutAssignments of this Target Area.
public void setContainerLayoutAssignmentList(java.util.List containerLayoutAssignmentList)
ContainerLayoutAssignments in this Target Area.
containerLayoutAssignmentList - the containerLayoutAssignmentList to setpublic java.lang.String getTargetAreaPath()
public void setTargetAreaPath(java.lang.String targetAreaPath)
public boolean isAutoCorrected()
public void setAutoCorrected(boolean autoCorrected)
autoCorrected - the autoCorrected to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||