Class WFNodeC

java.lang.Object
de.elo.ix.client.WFNodeC
All Implemented Interfaces:
Serializable

public class WFNodeC extends Object implements Serializable

Constants for WorkFlowNode.

See Also:
  • Field Details

    • mbId

      public static final long mbId
      Member bit: Node ID
      See Also:
    • mbType

      public static final long mbType
      Member bit: Type
      See Also:
    • mbEnterDate

      public static final long mbEnterDate
      Member bit: Activated at this date.
      See Also:
    • mbExitDate

      public static final long mbExitDate
      Member bit: Leaved at this date.
      See Also:
    • mbInUseDate

      public static final long mbInUseDate
      Member bit: In use at this date.
      See Also:
    • mbName

      public static final long mbName
      Member bit: Name
      See Also:
    • lnName

      protected int lnName
      Maximum length of node name.
    • mbUserId

      public static final long mbUserId
      Member bit: User ID
      See Also:
    • mbNbOfDonesToExit

      public static final long mbNbOfDonesToExit
      Member bit: number of predecessor nodes that must be processed to forward this node.
      See Also:
    • mbTimeLimit

      public static final long mbTimeLimit
      Member bit: (to be defined)
      See Also:
    • mbComment

      public static final long mbComment
      Member bit: Node comment.
      See Also:
    • lnComment

      protected int lnComment
      Maximum length of comment.
    • mbPosX

      public static final long mbPosX
      Member bit: x position in designer view.
      See Also:
    • mbPosY

      public static final long mbPosY
      Member bit: y position in designer view.
      See Also:
    • mbLockId

      public static final long mbLockId
      Member bit: locked from user.
      See Also:
    • mbOnEnter

      public static final long mbOnEnter
      Member bit: script to execute when node is activated.
      See Also:
    • lnOnEnter

      protected int lnOnEnter
    • mbOnExit

      public static final long mbOnExit
      Member bit: script to execute when node is leaved.
      See Also:
    • lnOnExit

      protected int lnOnExit
    • mbFlags

      public static final long mbFlags
      Member bit: control flags.
      See Also:
    • mbIsNext

      public static final long mbIsNext
      Member bit: (to be defined)
      See Also:
    • mbYesNoCondition

      public static final long mbYesNoCondition
      Member bit: yes/no condition
      See Also:
    • lnYesNoCondition

      protected int lnYesNoCondition
    • mbCondition

      public static final long mbCondition
      Member bit: condition, is only internally used
      See Also:
    • lnCondition

      protected int lnCondition
    • mbResult

      public static final long mbResult
      Member bit: Condition result.
      See Also:
    • mbUserTerminate

      public static final long mbUserTerminate
      Member bit: The ID of the user who has forwarded the node. Not valid for template workflows. Only valid for person nodes. DB column: wf_userterminate
      See Also:
    • mbTag

      public static final long mbTag
      Member bit: reserved. DB column: wf_tag
      See Also:
    • mbDesignDepartment

      public static final long mbDesignDepartment
      Member bit: A group ID or user ID that was originally assigned in the designer. DB column: wf_designdepartment
      See Also:
    • mbMoveCyclePosX

      public static final long mbMoveCyclePosX
      Member bit: If a cycle is re-entered, the nodes in the cycle are duplicated. The copied nodes will be placed in the designer moved by this value to the right. If this value is 0, the nodes are moved 60 points right and 20 points up. DB column: wf_dx
      See Also:
    • mbDepartment2

      public static final long mbDepartment2
      Member bit: A group ID to constrain access to the node. Only members of this group are allowed to see and process the node. Only valid for person nodes. DB column: wf_department2
      See Also:
    • mbDelayDays

      public static final long mbDelayDays
      Member bit: An active person node (Activate is set) might be displayed to the user delayed by this number of days. Only valid for person nodes. DB column: wf_deldays
      See Also:
    • mbDelayDate

      public static final long mbDelayDate
      Member bit: DelayDaye. Not valid for template workflows. Only valid for person nodes. DB column: wf_duedate
      See Also:
    • mbUserDelayDate

      public static final long mbUserDelayDate
      Member bit: UserDelayDate. Not valid for template workflows. Only valid for person nodes. DB column: wf_duedate
      See Also:
    • mbProcessOnServerId

      public static final long mbProcessOnServerId
      Member bit: processOnServerId;
      See Also:
    • lnProcessOnServerId

      protected int lnProcessOnServerId
      Maximum length of processOnServerId.
      Since:
      7.00.000.015
    • mbTimeLimitEscalations

      public static final long mbTimeLimitEscalations
      Member bit: timeLimitEscalation
      Since:
      7.00.000.017
      See Also:
    • mbObjKeyNames

      public static final long mbObjKeyNames
      Member bit: objKeyNames
      Since:
      7.00.000.021
      See Also:
    • mbScriptNames

      public static final long mbScriptNames
      Member bit: scriptNames
      Since:
      7.00.000.021
      See Also:
    • mbIconId

      public static final long mbIconId
      Member bit: Icon GUID.
      Since:
      7.00.040.012
      See Also:
    • mbFormSpec

      public static final long mbFormSpec
      Member bit: FormSpec.
      Since:
      7.00.040.012
      See Also:
    • lnFormSpec

      protected int lnFormSpec
      Maximum length of form spec.
      Since:
      9.00.000.029
    • mbNameTranslationKey

      public static final long mbNameTranslationKey
      Member bit: NameTranslationKey
      Since:
      9.00.018.007
      See Also:
    • lnNameTranslationKey

      protected int lnNameTranslationKey
      Maximum length of the name's translation key.
      Since:
      9.00.018.007
    • mbCommentTranslationKey

      public static final long mbCommentTranslationKey
      Member bit: CommentTranslationKey
      Since:
      9.00.018.007
      See Also:
    • lnCommentTranslationKey

      protected int lnCommentTranslationKey
      Maximum length of the comment's translation key.
      Since:
      9.00.018.007
    • mbLabel

      public static final long mbLabel
      Member bit: label
      Since:
      9.00.022.019
      See Also:
    • lnLabel

      protected int lnLabel
      Maximum length of the label.
      Since:
      9.00.022.019
    • lnLabelTranslationKey

      protected int lnLabelTranslationKey
      Maximum length of the labelTranslationKey.
      Since:
      9.00.030.021
    • mbProperties

      public static final long mbProperties
      Member bit: properties
      Since:
      9.00.022.018
      See Also:
    • lnProperties

      protected int lnProperties
      Maximum length of the properties.
      Since:
      9.00.050.004
    • mbDepartmentGroup

      public static final long mbDepartmentGroup
      Member bit: departmentGroup
      Since:
      9.00.030.006
      See Also:
    • mbSubFlowId

      public static final long mbSubFlowId
      Member bit: subFlowId
      Since:
      9.00.030.022
      See Also:
    • mbRetVal

      public static final long mbRetVal
      Member bit: retVal
      Since:
      9.00.030.022
      See Also:
    • mbSubTemplateName

      public static final long mbSubTemplateName
      reserved.
      Since:
      9.00.030.022
      See Also:
    • mbSubTemplateId

      public static final long mbSubTemplateId
      Member bit: subTemplateId
      Since:
      9.99.009.004
      See Also:
    • mbLabelTranslationKey

      public static final long mbLabelTranslationKey
      Member bit: labelTranslationKey
      Since:
      9.00.030.021
      See Also:
    • mbReturnValue

      public static final long mbReturnValue
      Member bit: returnValue
      Since:
      9.99.009.003
      See Also:
    • mbPrio

      public static final long mbPrio
      Member bit: returnValue
      Since:
      9.99.009.005
      See Also:
    • mbOnEnterHandleRollback

      public static final long mbOnEnterHandleRollback
      Member bit: script to execute when node encounters an error.
      Since:
      21.02.000.005
      See Also:
    • lnOnEnterHandleRollback

      protected int lnOnEnterHandleRollback
      Since:
      21.02.000.005
    • mbOnExitHandleRollback

      public static final long mbOnExitHandleRollback
      Member bit: script to execute when node encounters an error.
      Since:
      21.02.000.005
      See Also:
    • lnOnExitHandleRollback

      protected int lnOnExitHandleRollback
      Since:
      21.02.000.005
    • mbEnterDateIso

      public static final long mbEnterDateIso
      See Also:
    • mbExitDateIso

      public static final long mbExitDateIso
      See Also:
    • mbInUseDateIso

      public static final long mbInUseDateIso
      See Also:
    • mbTimeLimitIso

      public static final long mbTimeLimitIso
      See Also:
    • mbUserName

      public static final long mbUserName
      See Also:
    • mbDelayDateIso

      public static final long mbDelayDateIso
      See Also:
    • mbUserDelayDateIso

      public static final long mbUserDelayDateIso
      See Also:
    • mbAllMembers

      public static final long mbAllMembers
      All members.
      See Also:
    • mbAll

      public static final WFNodeZ mbAll
      All members.
    • FLAG_ONE_SUCCESSOR

      public static final int FLAG_ONE_SUCCESSOR
      Node flag: Only one user can receive this node.
      See Also:
    • FLAG_ROOT_ADHOC

      public static final int FLAG_ROOT_ADHOC
      Node flag: The start node of an Adhoc workflow has this flag.
      See Also:
    • FLAG_NOT_VALID

      public static final int FLAG_NOT_VALID
      Node flag: Not released. A personal node of an Adhoc workflow has this flag set, if the user has not released the node. The Indexserver does not use this flag anywhere.
      See Also:
    • FLAG_TERMINATE_USER

      public static final int FLAG_TERMINATE_USER
      Node flag: End of workflow. This flag is set to the end node of an Adhoc workflow. The Indexserver does not need this flag but maybe the ELO Windows Client.
      See Also:
    • FLAG_RESET_CHILDREN

      public static final int FLAG_RESET_CHILDREN
      Node flag: Reset the ExitDate of the following nodes, if this node is activated.
      See Also:
    • FLAG_CYCLE_END

      public static final int FLAG_CYCLE_END
      Node flag: This flag denotes, whether a cycle node (TYPE_CYCLE) is the end of a cycle.
      See Also:
    • FLAG_CYCLE_X

      public static final int FLAG_CYCLE_X
      Node flag: This is a copied start node of a cylce. Do not use this flag in workflow templates. The workflow engine will mark copied cycle. nodes with this flag.
      See Also:
    • FLAG_COPY_CHILDREN

      public static final int FLAG_COPY_CHILDREN
      Node flag: This flag indicates that all nodes in the cycle should be copied when entering the begin cycle node. This flag is only used for the begin cycle node.
      Since:
      9.00.016.015
      See Also:
    • FLAG_WORKINGDAYS

      public static final int FLAG_WORKINGDAYS
      Node flag: This flag indicates that weekend days should be skipped when evaluating time limits.
      See Also:
    • FLAG_RESETADHOCNODE

      public static final int FLAG_RESETADHOCNODE
      Node flag: Reset all person nodes. This flag is only used for parallel for validation workflow.
      Since:
      9.00.014.002
      See Also:
    • FLAG_HIDDEN

      public static final int FLAG_HIDDEN
      Node flag: Hide this workflow from default searches and listings.
      Since:
      9.00.018.006
      See Also:
    • FLAG_DO_NOT_START_MANUALLY

      public static final int FLAG_DO_NOT_START_MANUALLY
      Node flag: This flag indicates whether the sub workflow can be started manually. The sub workflow of. This flag is used for sub workflows.
      Since:
      9.00.030.022
      See Also:
    • FLAG_DELEGATED

      public static final int FLAG_DELEGATED
      Node flag: This flag indicates whether the person node was delegated. This flag is only used for the person node.
      Since:
      10.00.020.020
      See Also:
    • FLAG_ERROR

      public static final int FLAG_ERROR
      Node flag: This flag indicates that this node is an error node, which is generated after an error occurred while executing the plugin node.
      Since:
      21.03.000.017
      See Also:
    • TYPE_NOTHING

      public static final int TYPE_NOTHING
      Node type: undefined or deleted
      See Also:
    • TYPE_BEGINNODE

      public static final int TYPE_BEGINNODE
      Node type: Start of workflow.
      See Also:
    • TYPE_PERSONNODE

      public static final int TYPE_PERSONNODE
      Node type: Personal node. A user must edit the node to continue the workflow.
      See Also:
    • TYPE_SPLITNODE

      public static final int TYPE_SPLITNODE
      Node type: Distribute to many following nodes.
      See Also:
    • TYPE_IFNODE

      public static final int TYPE_IFNODE
      Node type: Decision node.
      See Also:
    • TYPE_COLLECTNODE

      public static final int TYPE_COLLECTNODE
      Node type: Collects many workflow paths.
      See Also:
    • TYPE_ENDNODE

      public static final int TYPE_ENDNODE
      Node type: End of workflow.
      Since:
      9.00.000.002
      See Also:
    • TYPE_CYCLE

      public static final int TYPE_CYCLE
      Node type: Cycle Cycle nodes are contained in pairs in a workflow. One cycle node denotes the beginning of a cycle and an associated cycle node marks the end. Both cycle nodes must have the same name (WFNode.name). The begin node must be flagged with FLAG_CYCLE_END.
      See Also:
    • TYPE_SET_SERVER_ID

      public static final int TYPE_SET_SERVER_ID
      Note type: Set the server ID where the WF can be continued. This node is used in replicated workflows.
      See Also:
    • TYPE_CALL_SUB_WORKFLOW

      public static final int TYPE_CALL_SUB_WORKFLOW
      Note type: Call sub workflow.
      Since:
      9.00.030.022
      See Also:
    • TYPE_PLUGINNODE

      public static final int TYPE_PLUGINNODE
      Note type: Plugin node. This node is intended to trigger external events or to address external systems. OnEnter is handled synchronously. It waits for a result of the event. OnExit is handled asynchronously. The WF continues without waiting for the event. DB transaction is terminated before OnEnter is executed.
      Since:
      21.03.000.009
      See Also:
    • USERID_OWNER

      public static final int USERID_OWNER
      Set WFNode.userId to this value, if a workflow node should belong to the user who starts the workflow.
      See Also:
    • USERID_IGNORE

      public static final int USERID_IGNORE
      This value can be used in Node.department2 to make clear, that Node.department2 has to be ignored.
      See Also:
    • USERID_SUPERIOR

      public static final int USERID_SUPERIOR
      This ID is a placeholder for the superior of the workflow owner.
      See Also:
    • DEACTIVATE_ALL_PREDS

      public static final String DEACTIVATE_ALL_PREDS
      Indicates that all predecessor of the collect node should be terminated.
      Since:
      9.00.000.004
      See Also:
  • Constructor Details

    • WFNodeC

      public WFNodeC()
  • Method Details

    • getDEACTIVATE_ALL_PREDS

      public String getDEACTIVATE_ALL_PREDS()
    • setDEACTIVATE_ALL_PREDS

      public void setDEACTIVATE_ALL_PREDS(String DEACTIVATE_ALL_PREDS)
    • getFLAG_CYCLE_END

      public int getFLAG_CYCLE_END()
    • setFLAG_CYCLE_END

      public void setFLAG_CYCLE_END(int FLAG_CYCLE_END)
    • getFLAG_CYCLE_X

      public int getFLAG_CYCLE_X()
    • setFLAG_CYCLE_X

      public void setFLAG_CYCLE_X(int FLAG_CYCLE_X)
    • getFLAG_NOT_VALID

      public int getFLAG_NOT_VALID()
    • setFLAG_NOT_VALID

      public void setFLAG_NOT_VALID(int FLAG_NOT_VALID)
    • getFLAG_ONE_SUCCESSOR

      public int getFLAG_ONE_SUCCESSOR()
    • setFLAG_ONE_SUCCESSOR

      public void setFLAG_ONE_SUCCESSOR(int FLAG_ONE_SUCCESSOR)
    • getFLAG_RESET_CHILDREN

      public int getFLAG_RESET_CHILDREN()
    • setFLAG_RESET_CHILDREN

      public void setFLAG_RESET_CHILDREN(int FLAG_RESET_CHILDREN)
    • getFLAG_ROOT_ADHOC

      public int getFLAG_ROOT_ADHOC()
    • setFLAG_ROOT_ADHOC

      public void setFLAG_ROOT_ADHOC(int FLAG_ROOT_ADHOC)
    • getFLAG_TERMINATE_USER

      public int getFLAG_TERMINATE_USER()
    • setFLAG_TERMINATE_USER

      public void setFLAG_TERMINATE_USER(int FLAG_TERMINATE_USER)
    • getFLAG_WORKINGDAYS

      public int getFLAG_WORKINGDAYS()
    • setFLAG_WORKINGDAYS

      public void setFLAG_WORKINGDAYS(int FLAG_WORKINGDAYS)
    • getFLAG_DELEGATED

      public int getFLAG_DELEGATED()
    • setFLAG_DELEGATED

      public void setFLAG_DELEGATED(int FLAG_DELEGATED)
    • getFLAG_DO_NOT_START_MANUALLY

      public int getFLAG_DO_NOT_START_MANUALLY()
    • setFLAG_DO_NOT_START_MANUALLY

      public void setFLAG_DO_NOT_START_MANUALLY(int FLAG_DO_NOT_START_MANUALLY)
    • getTYPE_BEGINNODE

      public int getTYPE_BEGINNODE()
    • setTYPE_BEGINNODE

      public void setTYPE_BEGINNODE(int TYPE_BEGINNODE)
    • getTYPE_COLLECTNODE

      public int getTYPE_COLLECTNODE()
    • setTYPE_COLLECTNODE

      public void setTYPE_COLLECTNODE(int TYPE_COLLECTNODE)
    • getTYPE_CYCLE

      public int getTYPE_CYCLE()
    • setTYPE_CYCLE

      public void setTYPE_CYCLE(int TYPE_CYCLE)
    • getTYPE_ENDNODE

      public int getTYPE_ENDNODE()
    • setTYPE_ENDNODE

      public void setTYPE_ENDNODE(int TYPE_ENDNODE)
    • getTYPE_IFNODE

      public int getTYPE_IFNODE()
    • setTYPE_IFNODE

      public void setTYPE_IFNODE(int TYPE_IFNODE)
    • getTYPE_NOTHING

      public int getTYPE_NOTHING()
    • setTYPE_NOTHING

      public void setTYPE_NOTHING(int TYPE_NOTHING)
    • getTYPE_PERSONNODE

      public int getTYPE_PERSONNODE()
    • setTYPE_PERSONNODE

      public void setTYPE_PERSONNODE(int TYPE_PERSONNODE)
    • getTYPE_SPLITNODE

      public int getTYPE_SPLITNODE()
    • setTYPE_SPLITNODE

      public void setTYPE_SPLITNODE(int TYPE_SPLITNODE)
    • getTYPE_CALL_SUB_WORKFLOW

      public int getTYPE_CALL_SUB_WORKFLOW()
    • setTYPE_CALL_SUB_WORKFLOW

      public void setTYPE_CALL_SUB_WORKFLOW(int TYPE_CALL_SUB_WORKFLOW)
    • getUSERID_OWNER

      public int getUSERID_OWNER()
    • setUSERID_OWNER

      public void setUSERID_OWNER(int USERID_OWNER)
    • getUSERID_IGNORE

      public int getUSERID_IGNORE()
    • setUSERID_IGNORE

      public void setUSERID_IGNORE(int v)
    • getUSERID_SUPERIOR

      public int getUSERID_SUPERIOR()
    • setUSERID_SUPERIOR

      public void setUSERID_SUPERIOR(int v)
    • getLnComment

      public int getLnComment()
    • setLnComment

      public void setLnComment(int lnComment)
    • getLnCondition

      public int getLnCondition()
    • setLnCondition

      public void setLnCondition(int lnCondition)
    • getLnName

      public int getLnName()
    • setLnName

      public void setLnName(int lnName)
    • getLnOnEnter

      public int getLnOnEnter()
    • setLnOnEnter

      public void setLnOnEnter(int lnOnEnter)
    • getLnOnExit

      public int getLnOnExit()
    • setLnOnExit

      public void setLnOnExit(int lnOnExit)
    • getLnOnEnterHandleRollback

      public int getLnOnEnterHandleRollback()
    • setLnOnEnterHandleRollback

      public void setLnOnEnterHandleRollback(int lnOnEnterHandleRollback)
    • getLnOnExitHandleRollback

      public int getLnOnExitHandleRollback()
    • setLnOnExitHandleRollback

      public void setLnOnExitHandleRollback(int lnOnExitHandleRollback)
    • getLnYesNoCondition

      public int getLnYesNoCondition()
    • setLnYesNoCondition

      public void setLnYesNoCondition(int lnYesNoCondition)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long mbAllMembers)
    • getMbComment

      public long getMbComment()
    • setMbComment

      public void setMbComment(long mbComment)
    • getMbCondition

      public long getMbCondition()
    • setMbCondition

      public void setMbCondition(long mbCondition)
    • getMbDelayDate

      public long getMbDelayDate()
    • setMbDelayDate

      public void setMbDelayDate(long mbDelayDate)
    • getMbDelayDays

      public long getMbDelayDays()
    • setMbDelayDays

      public void setMbDelayDays(long mbDelayDays)
    • getMbDepartment2

      public long getMbDepartment2()
    • setMbDepartment2

      public void setMbDepartment2(long mbDepartment2)
    • getMbDesignDepartment

      public long getMbDesignDepartment()
    • setMbDesignDepartment

      public void setMbDesignDepartment(long mbDesignDepartment)
    • getMbEnterDate

      public long getMbEnterDate()
    • setMbEnterDate

      public void setMbEnterDate(long mbEnterDate)
    • getMbExitDate

      public long getMbExitDate()
    • setMbExitDate

      public void setMbExitDate(long mbExitDate)
    • getMbFlags

      public long getMbFlags()
    • setMbFlags

      public void setMbFlags(long mbFlags)
    • getMbId

      public long getMbId()
    • setMbId

      public void setMbId(long mbId)
    • getMbInUseDate

      public long getMbInUseDate()
    • setMbInUseDate

      public void setMbInUseDate(long mbInUseDate)
    • getMbIsNext

      public long getMbIsNext()
    • setMbIsNext

      public void setMbIsNext(long mbIsNext)
    • getMbLockId

      public long getMbLockId()
    • setMbLockId

      public void setMbLockId(long mbLockId)
    • getMbMoveCyclePosX

      public long getMbMoveCyclePosX()
    • setMbMoveCyclePosX

      public void setMbMoveCyclePosX(long mbMoveCyclePosX)
    • getMbName

      public long getMbName()
    • setMbName

      public void setMbName(long mbName)
    • getMbNbOfDonesToExit

      public long getMbNbOfDonesToExit()
    • setMbNbOfDonesToExit

      public void setMbNbOfDonesToExit(long mbNbOfDonesToExit)
    • getMbOnEnter

      public long getMbOnEnter()
    • setMbOnEnter

      public void setMbOnEnter(long mbOnEnter)
    • getMbOnExit

      public long getMbOnExit()
    • setMbOnExit

      public void setMbOnExit(long mbOnExit)
    • getMbPosX

      public long getMbPosX()
    • setMbPosX

      public void setMbPosX(long mbPosX)
    • getMbPosY

      public long getMbPosY()
    • setMbPosY

      public void setMbPosY(long mbPosY)
    • getMbResult

      public long getMbResult()
    • setMbResult

      public void setMbResult(long mbResult)
    • getMbTag

      public long getMbTag()
    • setMbTag

      public void setMbTag(long mbTag)
    • getMbTimeLimit

      public long getMbTimeLimit()
    • setMbTimeLimit

      public void setMbTimeLimit(long mbTimeLimit)
    • getMbType

      public long getMbType()
    • setMbType

      public void setMbType(long mbType)
    • getMbUserId

      public long getMbUserId()
    • setMbUserId

      public void setMbUserId(long mbUserId)
    • getMbUserTerminate

      public long getMbUserTerminate()
    • setMbUserTerminate

      public void setMbUserTerminate(long mbUserTerminate)
    • getMbYesNoCondition

      public long getMbYesNoCondition()
    • setMbYesNoCondition

      public void setMbYesNoCondition(long mbYesNoCondition)
    • getMbUserDelayDate

      public long getMbUserDelayDate()
    • setMbUserDelayDate

      public void setMbUserDelayDate(long v)
    • getMbProcessOnServerId

      public long getMbProcessOnServerId()
    • setMbProcessOnServerId

      public void setMbProcessOnServerId(long v)
    • getLnProcessOnServerId

      public int getLnProcessOnServerId()
    • setLnProcessOnServerId

      public void setLnProcessOnServerId(int lnProcessOnServerId)
    • getMbTimeLimitEscalations

      public long getMbTimeLimitEscalations()
    • setMbTimeLimitEscalations

      public void setMbTimeLimitEscalations(long v)
    • getTYPE_SET_SERVER_ID

      public int getTYPE_SET_SERVER_ID()
    • setTYPE_SET_SERVER_ID

      public void setTYPE_SET_SERVER_ID(int type_set_server_id)
    • getMbObjKeyNames

      public long getMbObjKeyNames()
    • setMbObjKeyNames

      public void setMbObjKeyNames(long v)
    • getMbScriptNames

      public long getMbScriptNames()
    • setMbScriptName

      public void setMbScriptName(long v)
    • getMbInUseDateIso

      public long getMbInUseDateIso()
    • setMbInUseDateIso

      public void setMbInUseDateIso(long mbInUseDateIso)
    • getMbTimeLimitIso

      public long getMbTimeLimitIso()
    • setMbTimeLimitIso

      public void setMbTimeLimitIso(long mbTimeLimitIso)
    • getMbUserName

      public long getMbUserName()
    • setMbUserName

      public void setMbUserName(long mbUserName)
    • getMbDelayDateIso

      public long getMbDelayDateIso()
    • setMbDelayDateIso

      public void setMbDelayDateIso(long mbDelayDateIso)
    • getMbUserDelayDateIso

      public long getMbUserDelayDateIso()
    • setMbUserDelayDateIso

      public void setMbUserDelayDateIso(long mbUserDelayDateIso)
    • getLnFormSpec

      public int getLnFormSpec()
    • setLnFormSpec

      public void setLnFormSpec(int lnFormSpec)
    • getMbNameTranslationKey

      public long getMbNameTranslationKey()
    • setMbNameTranslationKey

      public void setMbNameTranslationKey()
    • getLnNameTranslationKey

      public int getLnNameTranslationKey()
    • setLnNameTranslationKey

      public void setLnNameTranslationKey(int lnNameTranslationKey)
    • getMbCommentTranslationKey

      public long getMbCommentTranslationKey()
    • setMbCommentTranslationKey

      public void setMbCommentTranslationKey()
    • getLnCommentTranslationKey

      public int getLnCommentTranslationKey()
    • setLnCommentTranslationKey

      public void setLnCommentTranslationKey(int lnCommentTranslationKey)
    • getMbLabel

      public long getMbLabel()
    • setMbLabel

      public void setMbLabel()
    • setLnLabel

      public void setLnLabel(int lnLabel)
    • getLnLabel

      public int getLnLabel()
    • setLnProperties

      public void setLnProperties(int lnProperties)
    • getLnProperties

      public int getLnProperties()
    • getMblabeltranslationkey

      public long getMblabeltranslationkey()
    • setMblabeltranslationkey

      public void setMblabeltranslationkey()
    • getLnLabelTranslationKey

      public int getLnLabelTranslationKey()
    • setLnLabelTranslationKey

      public void setLnLabelTranslationKey(int lnLabelTranslationKey)
    • typeToString

      public static String typeToString(int type, int flags)