@Embeddable public class PartAlternateLink extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private PartMaster |
alternate |
private String |
comment |
private String |
referenceDescription |
Constructor and Description |
---|
PartAlternateLink() |
Modifier and Type | Method and Description |
---|---|
PartMaster |
getAlternate() |
String |
getComment() |
String |
getReferenceDescription() |
void |
setAlternate(PartMaster alternate) |
void |
setComment(String comment) |
void |
setReferenceDescription(String referenceDescription) |
private String referenceDescription
private String comment
private PartMaster alternate
public PartMaster getAlternate()
public void setAlternate(PartMaster alternate)
public String getComment()
public void setComment(String comment)
public String getReferenceDescription()
public void setReferenceDescription(String referenceDescription)
Copyright © 2013 OW2 Consortium. All Rights Reserved.