Class ProjectUpdates
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractProjectUpdates
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.ProjectUpdates
-
- All Implemented Interfaces:
java.io.Serializable
public class ProjectUpdates extends AbstractProjectUpdates
Client side description of the updates which should be performed on the project.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectUpdates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NewAttachment>
getAttachments()
java.lang.String
getAttachmentSessionKey()
void
setAttachments(java.util.List<NewAttachment> attachments)
void
setAttachmentSessionKey(java.lang.String attachmentSessionKey)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractProjectUpdates
getDescription, getIdentifier, getPermId, getSpaceCode, getTechId, getVersion, setDescription, setIdentifier, setPermId, setSpaceCode, setTechId, setVersion
-
-
-
-
Method Detail
-
getAttachmentSessionKey
public java.lang.String getAttachmentSessionKey()
-
setAttachmentSessionKey
public void setAttachmentSessionKey(java.lang.String attachmentSessionKey)
-
getAttachments
public java.util.List<NewAttachment> getAttachments()
-
setAttachments
public void setAttachments(java.util.List<NewAttachment> attachments)
-
-