|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.FieldAssignment
public class FieldAssignment
POJO representation for a Field's assignment in a Letter template.
Fields may be assigned to one of the FieldAssignment.Bind values, and would have an associated
bindingReference for that binding.
FieldAssignment.Bind,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
FieldAssignment.Bind
|
| Constructor Summary | |
|---|---|
FieldAssignment()
|
|
| Method Summary | |
|---|---|
FieldAssignment.Bind |
getBinding()
Get the FieldAssignment.Binding for the assignment. |
String |
getBindingReference()
Get the FieldAssignment.Binding reference for the assignment. |
String |
getCaption()
Get the caption for the assignment. |
DataModule |
getDataModule()
Get the DataModule assigned to the Field. |
String |
getDescription()
Get the description for the assignment. |
Field |
getField()
Get the associated Field for the assignment. |
String |
getId()
Get the unique identifier for the assignment. |
int |
getOrder()
Get the order in which the assignment is set in the list of assignments. |
String |
getToolTip()
Get the tooltip string for the assignment. |
boolean |
isEditable()
Get whether the assignment is editable. |
boolean |
isOptional()
Get whether the assignment is optional. |
void |
setBinding(FieldAssignment.Bind binding)
Sets the FieldAssignment.Binding for the assignment. |
void |
setBindingReference(String bindingReference)
Sets the FieldAssignment.Binding reference for the assignment. |
void |
setCaption(String caption)
Sets the caption for the assignment. |
void |
setDataModule(DataModule dataModule)
Sets the DataModule assigned to the Field. |
void |
setDescription(String description)
Sets the description for the assignment. |
void |
setEditable(boolean editable)
Sets whether the assignment is editable. |
void |
setField(Field field)
Sets the associated Field for the assignment. |
void |
setId(String id)
Sets the unique identifier for the assignment. |
void |
setOptional(boolean optional)
Sets whether the assignment is optional. |
void |
setOrder(int order)
Sets the order in which the assignment is set in the list of assignments. |
void |
setToolTip(String toolTip)
Sets the tooltip string for the assignment. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldAssignment()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The unique identifier for the assignment.public String getDescription()
public void setDescription(String description)
description - The description for the assignment.public String getCaption()
public void setCaption(String caption)
caption - The caption for the assignment.public String getToolTip()
public void setToolTip(String toolTip)
toolTip - The tooltip string for the assignment.public Field getField()
Field for the assignment.
Field for the assignment.public void setField(Field field)
Field for the assignment.
field - The associated Field for the assignment.public FieldAssignment.Bind getBinding()
FieldAssignment.Binding for the assignment.
FieldAssignment.Binding for the assignment.public void setBinding(FieldAssignment.Bind binding)
FieldAssignment.Binding for the assignment.
binding - The FieldAssignment.Binding for the assignment.public String getBindingReference()
FieldAssignment.Binding reference for the assignment.
FieldAssignment.Binding reference for the assignment.public void setBindingReference(String bindingReference)
FieldAssignment.Binding reference for the assignment.
bindingReference - The FieldAssignment.Binding reference for the assignment.public boolean isEditable()
public void setEditable(boolean editable)
editable - Whether the assignment is editable.public boolean isOptional()
public void setOptional(boolean optional)
optional - whether the assignment is optional.public int getOrder()
public void setOrder(int order)
order - The order in which the assignment is set in the list of assignments.public DataModule getDataModule()
DataModule assigned to the Field.
DataModule assigned to the Field.public void setDataModule(DataModule dataModule)
DataModule assigned to the Field.
dataModule - The DataModule assigned to the Field.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||