public class PartRevisionKey extends Object implements Serializable, Comparable<PartRevisionKey>, Cloneable
Modifier and Type | Field and Description |
---|---|
private PartMasterKey |
partMaster |
private String |
version |
Constructor and Description |
---|
PartRevisionKey() |
PartRevisionKey(PartMasterKey pPartMasterKey,
String pVersion) |
PartRevisionKey(String pWorkspaceId,
String pNumber,
String pVersion) |
Modifier and Type | Method and Description |
---|---|
PartRevisionKey |
clone() |
int |
compareTo(PartRevisionKey pKey) |
boolean |
equals(Object pObj) |
PartMasterKey |
getPartMaster() |
String |
getVersion() |
int |
hashCode() |
void |
setPartMaster(PartMasterKey partMaster) |
void |
setVersion(String pVersion) |
String |
toString() |
private PartMasterKey partMaster
private String version
public PartRevisionKey()
public PartRevisionKey(PartMasterKey pPartMasterKey, String pVersion)
public PartMasterKey getPartMaster()
public void setPartMaster(PartMasterKey partMaster)
public String getVersion()
public void setVersion(String pVersion)
public int compareTo(PartRevisionKey pKey)
compareTo
in interface Comparable<PartRevisionKey>
public PartRevisionKey clone()
Copyright © 2013 OW2 Consortium. All Rights Reserved.