Package de.elo.ix.client
Class CheckInDocMaskLineTemplateOptions
java.lang.Object
de.elo.ix.client.CheckInDocMaskLineTemplateOptions
Option class for the methode CheckInDocMaskLineTemplate
- Since:
- 9.99.009.002
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DocMaskLineTemplateZ
Specifies which elements are passed to the document mask lines, which are using this template.protected boolean
Modified line members in the table masklines are kept.protected boolean
Only change template members are passed to the document mask lines, which are using this template. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetDmltZ()
boolean
boolean
void
setDmltZ
(DocMaskLineTemplateZ dmltZ) void
setKeepModifiedLineMembers
(boolean keepModifiedLineMembers) void
setOnlyModifiedTemplateMembers
(boolean onlyModifiedTemplateMembers) toString()
-
Field Details
-
dmltZ
Specifies which elements are passed to the document mask lines, which are using this template. -
onlyModifiedTemplateMembers
protected boolean onlyModifiedTemplateMembersOnly change template members are passed to the document mask lines, which are using this template. This variable is ignored if dmltZ does not equal NULL. -
keepModifiedLineMembers
protected boolean keepModifiedLineMembersModified line members in the table masklines are kept.
-
-
Constructor Details
-
CheckInDocMaskLineTemplateOptions
public CheckInDocMaskLineTemplateOptions() -
CheckInDocMaskLineTemplateOptions
-
-
Method Details
-
getOnlyModifiedTemplateMembers
public boolean getOnlyModifiedTemplateMembers() -
setOnlyModifiedTemplateMembers
public void setOnlyModifiedTemplateMembers(boolean onlyModifiedTemplateMembers) -
getKeepModifiedLineMembers
public boolean getKeepModifiedLineMembers() -
setKeepModifiedLineMembers
public void setKeepModifiedLineMembers(boolean keepModifiedLineMembers) -
getDmltZ
-
setDmltZ
-
toString
-