Class NCFileHelperData

java.lang.Object
com.ptc.windchill.mpml.nc.NCFileHelperData

public class NCFileHelperData extends Object
This class is meant to help in the parsing of NC/XML files. It contains services to store temporarily the objects existing in the database at the time of import. These objects will most likely be checked out, updated or allocated.

Supported API: true

Extendable: true
  • Method Details

    • setAdditionalAttribute

      public void setAdditionalAttribute(Object attribute)
      Cache the additional attribute for future use.

      Supported API: true
      Parameters:
      Object - attribute to cache.
    • getAdditionalAttribute

      public Object getAdditionalAttribute()
      Retrieve the additional attribute holder used by the client.

      Supported API: true
      Returns:
      The additional attribute.
    • setResourcesData

      public void setResourcesData(List<NCFileResouceData> resourceDatas)
      Cache the resource data for future use.

      Supported API: true
      Parameters:
      resource - data to cache.
    • getResourcesData

      public List<NCFileResouceData> getResourcesData()
      Retrieve the resource data holder used by the client.

      Supported API: true
      Returns:
      The resource data.
    • getResourceData

      public List<NCFileResouceData> getResourceData(WTPartMaster resourceMaster)
      Retrieve the resource data for given MPMResourceMaster.

      Supported API: true
      Returns:
      The resource data.