Class Project
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistration<T>
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistrationAndModificationDate<Project>
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.Project
-
- All Implemented Interfaces:
IAttachmentHolder,ICodeHolder,IIdAndCodeHolder,IIdentifierHolder,IIdHolder,IRegistratorAndModifierHolder,IRegistratorHolder,java.io.Serializable,java.lang.Comparable<Project>
public class Project extends CodeWithRegistrationAndModificationDate<Project> implements IAttachmentHolder, IIdAndCodeHolder, IIdentifierHolder
The GWT equivalent to ProjectPE.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Project()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AttachmentHolderKindgetAttachmentHolderKind()java.lang.StringgetDescription()java.lang.LonggetId()Returns the technical ID of this instance.java.lang.StringgetIdentifier()java.util.List<NewAttachment>getNewAttachments()java.lang.StringgetPermId()PersongetProjectLeader()SpacegetSpace()inthashCode()voidsetDescription(java.lang.String description)voidsetId(java.lang.Long id)voidsetIdentifier(java.lang.String identifier)voidsetNewAttachments(java.util.List<NewAttachment> newAttachments)voidsetPermId(java.lang.String permId)voidsetProjectLeader(Person projectLeader)voidsetSpace(Space space)java.lang.StringtoString()-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistrationAndModificationDate
getModificationDate, getModifier, getVersion, setModificationDate, setModifier, setVersion
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistration
compareTo, getCode, setCode
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
getRegistrationDate, getRegistrator, setRegistrationDate, setRegistrator
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.ICodeHolder
getCode
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IRegistratorHolder
getRegistrator
-
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
Description copied from interface:IIdHolderReturns the technical ID of this instance.
-
setId
public void setId(java.lang.Long id)
-
getPermId
public java.lang.String getPermId()
-
setPermId
public void setPermId(java.lang.String permId)
-
getAttachmentHolderKind
public AttachmentHolderKind getAttachmentHolderKind()
- Specified by:
getAttachmentHolderKindin interfaceIAttachmentHolder
-
getSpace
public Space getSpace()
-
setSpace
public void setSpace(Space space)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getProjectLeader
public Person getProjectLeader()
-
setProjectLeader
public void setProjectLeader(Person projectLeader)
-
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifierin interfaceIIdentifierHolder
-
setIdentifier
public void setIdentifier(java.lang.String identifier)
-
setNewAttachments
public void setNewAttachments(java.util.List<NewAttachment> newAttachments)
-
getNewAttachments
public java.util.List<NewAttachment> getNewAttachments()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-