Class MetaprojectNullUpdates
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.MetaprojectNullUpdates
-
- All Implemented Interfaces:
IMetaprojectUpdates
,java.io.Serializable
@JsonObject("MetaprojectNullUpdates") public class MetaprojectNullUpdates extends java.lang.Object implements IMetaprojectUpdates
A metaproject updates implementation that returns null values for all fields.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaprojectNullUpdates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceIMetaprojectUpdates
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceIMetaprojectUpdates
-
-