@Entity public class Tag extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
label |
private Workspace |
workspace |
private String |
workspaceId |
Constructor and Description |
---|
Tag() |
Tag(Workspace pWorkspace,
String pLabel) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj) |
String |
getLabel() |
Workspace |
getWorkspace() |
String |
getWorkspaceId() |
int |
hashCode() |
void |
setLabel(String label) |
void |
setWorkspace(Workspace pWorkspace) |
String |
toString() |
private String workspaceId
private String label
private Workspace workspace
Copyright © 2013 OW2 Consortium. All Rights Reserved.