public class ImportPreview extends Object implements Serializable
Constructor and Description |
---|
ImportPreview() |
ImportPreview(List<PartRevision> partRevsToCheckout,
List<PartMaster> partsToCreate) |
Modifier and Type | Method and Description |
---|---|
List<PartRevision> |
getPartRevsToCheckout() |
List<PartMaster> |
getPartsToCreate() |
void |
setPartRevsToCheckout(List<PartRevision> partRevsToCheckout) |
void |
setPartsToCreate(List<PartMaster> partsToCreate) |
public ImportPreview()
public ImportPreview(List<PartRevision> partRevsToCheckout, List<PartMaster> partsToCreate)
public List<PartRevision> getPartRevsToCheckout()
public void setPartRevsToCheckout(List<PartRevision> partRevsToCheckout)
public List<PartMaster> getPartsToCreate()
public void setPartsToCreate(List<PartMaster> partsToCreate)
Copyright © 2017 DocDoku. All rights reserved.