public final class BizObjectAssociationDetails extends curam.util.type.struct.Struct<BizObjectAssociationDetails>
Modifier and Type | Field and Description |
---|---|
long |
bizObjAssocID
The ID of the business object association.
|
long |
bizObjectID
Identifies a particular instance of the specified business object type.
|
java.lang.String |
bizObjectType
Specifies the business object type.
|
long |
taskID
The ID of the task to associate with a business object.
|
Constructor and Description |
---|
BizObjectAssociationDetails() |
public long bizObjAssocID
BIZ_OBJECT_ASSOCIATION_ID -> long
public long bizObjectID
BIZ_OBJECT_ID -> long
public java.lang.String bizObjectType
BIZ_OBJECT_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public long taskID
TASK_ID -> long