Class FileFormatType
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.FileFormatTypeImmutable
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.FileFormatType
-
- All Implemented Interfaces:
IAbstractType
,IFileFormatType
,IFileFormatTypeImmutable
public class FileFormatType extends FileFormatTypeImmutable implements IFileFormatType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDescription(java.lang.String description)
Set the description for this file format type.-
Methods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.FileFormatTypeImmutable
getCode, getDescription
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCode, getDescription
-
-
-
-
Method Detail
-
setDescription
public void setDescription(java.lang.String description)
Description copied from interface:IFileFormatType
Set the description for this file format type.- Specified by:
setDescription
in interfaceIFileFormatType
-
-