Class Metaproject
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.basic.dto.Metaproject
- All Implemented Interfaces:
IMetaprojectRegistration,IMetaprojectUpdates,ICodeHolder,ICustomIdHolder<Long>,IIdAndCodeHolder,IIdHolder,Serializable
@JsonObject("Metaproject")
public class Metaproject
extends Object
implements Serializable, IIdAndCodeHolder, IMetaprojectRegistration, IMetaprojectUpdates
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the code.getId()Returns the technical ID of this instance.getName()static longbooleanvoidsetCreationDate(Date creationDate) voidsetDescription(String description) voidvoidsetIdentifier(String identifier) voidvoidsetOwnerId(String ownerId) voidsetPrivate(boolean isPrivate)
-
Constructor Details
-
Metaproject
public Metaproject()
-
-
Method Details
-
getId
Description copied from interface:ICustomIdHolderReturns the technical ID of this instance.- Specified by:
getIdin interfaceICustomIdHolder<Long>- Returns:
nullif there is no Id.
-
setId
-
getIdentifier
-
setIdentifier
-
getCode
Description copied from interface:ICodeHolderReturns the code.- Specified by:
getCodein interfaceICodeHolder
-
getName
- Specified by:
getNamein interfaceIMetaprojectRegistration- Specified by:
getNamein interfaceIMetaprojectUpdates
-
setName
-
getDescription
- Specified by:
getDescriptionin interfaceIMetaprojectRegistration- Specified by:
getDescriptionin interfaceIMetaprojectUpdates
-
setDescription
-
getOwnerId
-
setOwnerId
-
isPrivate
public boolean isPrivate() -
setPrivate
public void setPrivate(boolean isPrivate) -
getCreationDate
-
setCreationDate
-
getSerialversionuid
public static long getSerialversionuid()
-