@Embeddable public class BaselinedPartKey extends Object implements Serializable
BaselinedPart
objects defined as an embeddable
object in order to be used inside the baselined parts map in
the PartCollection
class.Constructor and Description |
---|
BaselinedPartKey() |
BaselinedPartKey(int partCollectionId,
String targetPartWorkspaceId,
String targetPartNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getPartCollectionId() |
String |
getTargetPartNumber() |
String |
getTargetPartWorkspaceId() |
int |
hashCode() |
void |
setPartCollectionId(int partCollectionId) |
void |
setTargetPartNumber(String targetPartNumber) |
void |
setTargetPartWorkspaceId(String targetPartWorkspaceId) |
public int getPartCollectionId()
public void setPartCollectionId(int partCollectionId)
public String getTargetPartWorkspaceId()
public void setTargetPartWorkspaceId(String targetPartWorkspaceId)
public String getTargetPartNumber()
public void setTargetPartNumber(String targetPartNumber)
Copyright © 2017 DocDoku. All rights reserved.