public class PartRevisionKey extends Object implements Serializable, Comparable<PartRevisionKey>, Cloneable
PartRevision
objects.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 |
getPartMasterNumber() |
String |
getVersion() |
String |
getWorkspaceId() |
int |
hashCode() |
void |
setPartMaster(PartMasterKey partMaster) |
void |
setVersion(String pVersion) |
String |
toString() |
public PartRevisionKey()
public PartRevisionKey(PartMasterKey pPartMasterKey, String pVersion)
public PartMasterKey getPartMaster()
public void setPartMaster(PartMasterKey partMaster)
public String getWorkspaceId()
public String getPartMasterNumber()
public String getVersion()
public void setVersion(String pVersion)
public int compareTo(PartRevisionKey pKey)
compareTo
in interface Comparable<PartRevisionKey>
public PartRevisionKey clone()
Copyright © 2017 DocDoku. All rights reserved.