public class ProjectData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ProjectData.CollaboratorData |
Modifier and Type | Field and Description |
---|---|
java.util.List<ProjectData.CollaboratorData> |
collaborators |
java.lang.String |
name |
java.lang.String |
pubKey |
Constructor and Description |
---|
ProjectData() |
public java.lang.String name
public java.lang.String pubKey
public java.util.List<ProjectData.CollaboratorData> collaborators