public class ResolvedPartLinkDTO extends Object implements Serializable
org.polarsys.eplmp.core.product.PartLink and its resolved org.polarsys.eplmp.core.product.PartIteration in a given context (ConfigSpec)| Constructor and Description |
|---|
ResolvedPartLinkDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PartIterationDTO |
getPartIteration()
Resolved part iteration
|
LightPartLinkDTO |
getPartLink()
Usage Link
|
int |
hashCode() |
void |
setPartIteration(PartIterationDTO partIteration) |
void |
setPartLink(LightPartLinkDTO partLink) |
String |
toString() |
public PartIterationDTO getPartIteration()
public void setPartIteration(PartIterationDTO partIteration)
public LightPartLinkDTO getPartLink()
public void setPartLink(LightPartLinkDTO partLink)
Copyright © 2019 DocDoku. All rights reserved.