public class ProjectRequestDto extends Object
Constructor and Description |
---|
ProjectRequestDto() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<GroupRequestDto> |
getGroups() |
List<InvitationRequestDto> |
getInvitations() |
void |
setDescription(String description) |
void |
setGroups(List<GroupRequestDto> groups) |
void |
setInvitations(List<InvitationRequestDto> invitations) |
public String getDescription()
public void setDescription(String description)
public List<GroupRequestDto> getGroups()
public void setGroups(List<GroupRequestDto> groups)
public List<InvitationRequestDto> getInvitations()
public void setInvitations(List<InvitationRequestDto> invitations)
Copyright © 2015 Powered by Sergey. All rights reserved.