public class ImportPreviewDTO extends Object implements Serializable
org.polarsys.eplmp.core.product.ImportPreview entity| Constructor and Description |
|---|
ImportPreviewDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<LightPartRevisionDTO> |
getPartRevsToCheckout()
Part revisions that will be checked out
|
List<PartCreationDTO> |
getPartsToCreate()
Part masters that will be created
|
int |
hashCode() |
void |
setPartRevsToCheckout(List<LightPartRevisionDTO> partRevsToCheckout) |
void |
setPartsToCreate(List<PartCreationDTO> partsToCreate) |
String |
toString() |
public List<LightPartRevisionDTO> getPartRevsToCheckout()
public void setPartRevsToCheckout(List<LightPartRevisionDTO> partRevsToCheckout)
public List<PartCreationDTO> getPartsToCreate()
public void setPartsToCreate(List<PartCreationDTO> partsToCreate)
Copyright © 2019 DocDoku. All rights reserved.