public class WorkspaceWorkflowKey extends Object implements Serializable, Comparable<WorkspaceWorkflowKey>, Cloneable
WorkspaceWorkflow
objects.Constructor and Description |
---|
WorkspaceWorkflowKey() |
WorkspaceWorkflowKey(String pWorkspaceId,
String pId) |
Modifier and Type | Method and Description |
---|---|
WorkspaceWorkflowKey |
clone() |
int |
compareTo(WorkspaceWorkflowKey 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(WorkspaceWorkflowKey pKey)
compareTo
in interface Comparable<WorkspaceWorkflowKey>
public WorkspaceWorkflowKey clone()
Copyright © 2017 DocDoku. All rights reserved.