public final class ContainerLayoutAssignment extends Object implements Serializable
ContainerLayout
has a list of TargetAreaAssignment
and FieldAssignment
objects that
represent the respective assignments for the Target Areas and Fields contained within the ContainerLayout
.TargetAreaAssignment
,
FieldAssignment
,
Serialized FormConstructor and Description |
---|
ContainerLayoutAssignment()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContainerLayout |
getContainerLayout()
Deprecated.
Get the
ContainerLayout for the assignment. |
String |
getExpression()
Deprecated.
Get the expression for conditional fragment inclusion.
|
Set<FieldAssignment> |
getFieldAssignments()
Deprecated.
Get the
FieldAssignment objects for the assignment. |
String |
getId()
Deprecated.
Get the unique identifier for the assignment.
|
Set<TargetAreaAssignment> |
getTargetAreaAssignments()
Deprecated.
Get the
TargetAreaAssignment objects for the assignment. |
void |
setContainerLayout(ContainerLayout containerLayout)
Deprecated.
Sets the
ContainerLayout for the assignment. |
void |
setExpression(String expression)
Deprecated.
Sets expression for conditional fragment inclusion.
|
void |
setFieldAssignments(Set<FieldAssignment> fieldAssignments)
Deprecated.
Sets the
FieldAssignment objects for the assignment. |
void |
setId(String id)
Deprecated.
Sets the unique identifier for the assignment.
|
void |
setTargetAreaAssignments(Set<TargetAreaAssignment> targetAssignmentList)
Deprecated.
Sets the
TargetAreaAssignment objects for the assignment. |
public String getId()
public void setId(String id)
id
- The unique identifier for the assignment.public ContainerLayout getContainerLayout()
ContainerLayout
for the assignment.ContainerLayout
for the assignment.public void setContainerLayout(ContainerLayout containerLayout)
ContainerLayout
for the assignment.containerLayout
- The ContainerLayout
for the assignment.public Set<TargetAreaAssignment> getTargetAreaAssignments()
TargetAreaAssignment
objects for the assignment.TargetAreaAssignment
objects for the assignment.public void setTargetAreaAssignments(Set<TargetAreaAssignment> targetAssignmentList)
TargetAreaAssignment
objects for the assignment.targetAssignmentList
- The TargetAreaAssignment
objects for the assignment.public Set<FieldAssignment> getFieldAssignments()
FieldAssignment
objects for the assignment.FieldAssignment
objects for the assignment.public void setFieldAssignments(Set<FieldAssignment> fieldAssignments)
FieldAssignment
objects for the assignment.fieldAssignments
- the fieldAssignments to setpublic String getExpression()
public void setExpression(String expression)
expression
- the expression to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.