Library | Package Java Toolkit

Interface ImportFeatureIdMap

package com.ptc.wfc.wfcFeature;

public interface ImportFeatureIdMap
  extends jxobject



Description

Import feature map between item id and user id.



Method Summary
intGetItemId ()
    Get method for attribute "ItemId"
    The item id.
ModelItemTypeGetItemType ()
    Get method for attribute "ItemType"
    The item type.
intGetUserId ()
    Get method for attribute "UserId"
    Thr user id.
voidSetItemId (int value)
    Set method for attribute "ItemId"
    The item id.
voidSetItemType (ModelItemType value)
    Set method for attribute "ItemType"
    The item type.
voidSetUserId (int value)
    Set method for attribute "UserId"
    Thr user id.

Method Detail

GetItemId/SetItemId

intGetItemId ()
voidSetItemId (int value)


    The item id.
Manual References:
Interface: Import Feature Properties, Interface: Import Feature Properties, Interface: Import Feature Properties, Interface: Import Feature Properties



GetItemType/SetItemType

ModelItemTypeGetItemType ()
voidSetItemType (ModelItemType value)


    The item type.
Manual References:
Interface: Import Feature Properties, Interface: Import Feature Properties, Interface: Import Feature Properties, Interface: Import Feature Properties



GetUserId/SetUserId

intGetUserId ()
voidSetUserId (int value)


    Thr user id.
Manual References:
Interface: Import Feature Properties, Interface: Import Feature Properties, Interface: Import Feature Properties, Interface: Import Feature Properties