public class DocumentMasterKey extends Object implements Serializable, Comparable<DocumentMasterKey>, Cloneable
DocumentMaster
objects.Constructor and Description |
---|
DocumentMasterKey() |
DocumentMasterKey(String pWorkspaceId,
String pId) |
Modifier and Type | Method and Description |
---|---|
DocumentMasterKey |
clone() |
int |
compareTo(DocumentMasterKey pKey) |
boolean |
equals(Object o) |
String |
getId() |
String |
getWorkspace() |
int |
hashCode() |
void |
setId(String pId) |
void |
setWorkspace(String pWorkspaceId) |
String |
toString() |
public String getWorkspace()
public void setWorkspace(String pWorkspaceId)
public String getId()
public void setId(String pId)
public int compareTo(DocumentMasterKey pKey)
compareTo
in interface Comparable<DocumentMasterKey>
public DocumentMasterKey clone()
Copyright © 2017 DocDoku. All rights reserved.