Class ProjectCreation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.project.create.ProjectCreation
- All Implemented Interfaces:
ICreation,IObjectCreation,ICreationIdHolder,Serializable
@JsonObject("as.dto.project.create.ProjectCreation")
public class ProjectCreation
extends Object
implements ICreation, IObjectCreation, ICreationIdHolder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()voidsetAttachments(List<AttachmentCreation> attachments) voidvoidsetCreationId(CreationId creationId) voidsetDescription(String description) voidsetLeaderId(IPersonId leaderId) voidsetSpaceId(ISpaceId spaceId) toString()
-
Constructor Details
-
ProjectCreation
public ProjectCreation()
-
-
Method Details
-
getSpaceId
-
setSpaceId
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getLeaderId
-
setLeaderId
-
getAttachments
-
setAttachments
-
getCreationId
- Specified by:
getCreationIdin interfaceICreationIdHolder
-
setCreationId
-
toString
-