Uses of Class
fr.etai.xat2v2.obj.Part

Packages that use Part
fr.etai.xat2v2.obj   
fr.etai.xat2v2.util Classes in this package are all utility classes. 
 

Uses of Part in fr.etai.xat2v2.obj
 

Methods in fr.etai.xat2v2.obj that return Part
 Part Part.getParent()
          Gets the value of the parent property.
 Part Price.getPartInternalId()
          Gets the value of the partInternalId property.
 Part Time.getPartInternalId()
          Gets the value of the partInternalId property.
 Part PartLink.getPartInternalId()
          Gets the value of the partInternalId property.
 

Methods in fr.etai.xat2v2.obj that return types with arguments of type Part
 List<Part> PartList.getPart()
          Gets the value of the part property.
 

Methods in fr.etai.xat2v2.obj with parameters of type Part
 void PartList.addPart(Part p)
           
 void Part.addPart(Part part)
           
 void Shuttle.addPart(Part part)
           
 void Calculating.addPart(Part part)
           
 void Part.setParent(Part value)
          Sets the value of the parent property.
 void Price.setPartInternalId(Part value)
          Sets the value of the partInternalId property.
 void Time.setPartInternalId(Part value)
          Sets the value of the partInternalId property.
 void PartLink.setPartInternalId(Part value)
          Sets the value of the partInternalId property.
 

Method parameters in fr.etai.xat2v2.obj with type arguments of type Part
 void PartList.setPart(List<Part> part)
           
 

Uses of Part in fr.etai.xat2v2.util
 

Methods in fr.etai.xat2v2.util that return Part
static Part[] ShuttleUtil.getPartListByBreakdown(Shuttle shuttle, String ref)
          Returns the parts in this shuttle whose type matches the ref given.
 

Methods in fr.etai.xat2v2.util with parameters of type Part
static void PartUtil.addCommentByType(Part part, String ref, String comment)
          Adds a classified comment to the part
static void PartUtil.addDescriptionByType(Part part, String ref, String description)
           
static String PartUtil.getComment(Part part)
          Returns the non classified comment of the part
static Classification[] PartUtil.getCommentListByType(Part part, String ref)
          Returns the part's comments matching the ref in the ETAI:commentType dictionary
static Classification[] PartUtil.getDescriptionListByType(Part part, String ref)
           
static Classification[] PartUtil.getReferenceListBySource(Part part, String source)
          Returns the part references matching the source given.
static Price[] PartUtil.getUnitPriceList(Part part)
          Returns all the unit prices of this part
static boolean PartUtil.matchBreakdown(Part part, String dictionary, String ref)
           
static void PartUtil.setComment(Part part, String comment)
          Sets the non classified comment of the part
 



Copyright © 2012. All Rights Reserved.