Class MetaprojectNullRegistration
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.MetaprojectNullRegistration
-
- All Implemented Interfaces:
IMetaprojectRegistration
,java.io.Serializable
@JsonObject("MetaprojectNullRegistration") public class MetaprojectNullRegistration extends java.lang.Object implements IMetaprojectRegistration
A metaproject registration implementation that returns null values for all fields.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaprojectNullRegistration()
-
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 interfaceIMetaprojectRegistration
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceIMetaprojectRegistration
-
-