SpaceTime.DataModel.VendorOrders
Interface ResourceItem


public interface ResourceItem

A specific item type Passed by value


Method Summary
 long CostType()
          Cost type constant: COSTTYPE_ITEMHOUR = 0; COSTTYPE_ITEM = 1;
 java.lang.String Id()
          Item ID
 java.lang.String Name()
          Item name
 java.lang.String ServiceAt(long index)
          Returns the service id string at the specified index
 long ServicesCount()
          Numver of services the item corresponds to
 

Method Detail

Id

java.lang.String Id()
Item ID


Name

java.lang.String Name()
Item name


CostType

long CostType()
Cost type constant: COSTTYPE_ITEMHOUR = 0; COSTTYPE_ITEM = 1;


ServicesCount

long ServicesCount()
Numver of services the item corresponds to


ServiceAt

java.lang.String ServiceAt(long index)
Returns the service id string at the specified index