public class PartUsageLinkDTO extends Object implements Serializable
org.polarsys.eplmp.core.product.PartUsageLink
entityConstructor and Description |
---|
PartUsageLinkDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getAmount()
Amount for usage
|
List<CADInstanceDTO> |
getCadInstances()
List of CAD instances
|
String |
getComment()
Link comment
|
ComponentDTO |
getComponent()
Component used
|
String |
getFullId()
Complete path in context
|
Integer |
getId()
Part usage link id
|
Boolean |
getOptional()
Optional link flag
|
String |
getReferenceDescription()
Link description
|
List<PartSubstituteLinkDTO> |
getSubstitutes()
List of substitute links
|
String |
getUnit()
Unit for amount
|
int |
hashCode() |
void |
setAmount(Double amount) |
void |
setCadInstances(List<CADInstanceDTO> cadInstances) |
void |
setComment(String comment) |
void |
setComponent(ComponentDTO component) |
void |
setFullId(String fullId) |
void |
setId(Integer id) |
void |
setOptional(Boolean optional) |
void |
setReferenceDescription(String referenceDescription) |
void |
setSubstitutes(List<PartSubstituteLinkDTO> substitutes) |
void |
setUnit(String unit) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getFullId()
public void setFullId(String fullId)
public Double getAmount()
public void setAmount(Double amount)
public String getComment()
public void setComment(String comment)
public ComponentDTO getComponent()
public void setComponent(ComponentDTO component)
public String getReferenceDescription()
public void setReferenceDescription(String referenceDescription)
public String getUnit()
public void setUnit(String unit)
public Boolean getOptional()
public void setOptional(Boolean optional)
public List<CADInstanceDTO> getCadInstances()
public void setCadInstances(List<CADInstanceDTO> cadInstances)
public List<PartSubstituteLinkDTO> getSubstitutes()
public void setSubstitutes(List<PartSubstituteLinkDTO> substitutes)
Copyright © 2019 DocDoku. All rights reserved.