public class InvitationResponseDto extends Object
Constructor and Description |
---|
InvitationResponseDto() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
String |
getCreatedBy() |
String |
getInvtitationGuid() |
String |
getProjectDescription() |
void |
setCreatedAt(Date createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setInvtitationGuid(String invtitationGuid) |
void |
setProjectDescription(String projectDescription) |
public String getInvtitationGuid()
public void setInvtitationGuid(String invtitationGuid)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getProjectDescription()
public void setProjectDescription(String projectDescription)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
Copyright © 2015 Powered by Sergey. All rights reserved.