Interface ModelEntity
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,HasReference<ModelEntityReference>
- All Known Subinterfaces:
Baseline
,BaselineCollection
,Build
,Category
,Document
,Enumeration
,EnumOption
,ModelEntityBase<T,
,R> ModelObject
,ModelObjectBase<T,
,R> Plan
,Project
,Revision
,RichPage
,Space
,TestRun
,TimePoint
,UpdatableBaseline
,UpdatableBaselineCollection
,UpdatableCategory
,UpdatableDocument
,UpdatableModelObject
,UpdatableModelObjectBase<T,
,R> UpdatablePlan
,UpdatableProject
,UpdatableRichPage
,UpdatableTestRun
,UpdatableTimePoint
,UpdatableUser
,UpdatableUserGroup
,UpdatableWikiPage
,UpdatableWorkItem
,User
,UserGroup
,WikiPage
,WorkItem
public interface ModelEntity
extends HasReference<ModelEntityReference>, CanRender<Renderer<? extends Renderer<?>>>
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptioncan()
boolean
Instances delegate theequals(Object)
to theHasReference.getReference()
, so the result does not depend on the content, but only on identity.int
hashCode()
Instances delegate thehashCode()
to theHasReference.getReference()
, so the result does not depend on the content, but only on identity.boolean
render()
Methods inherited from interface com.polarion.alm.shared.api.model.HasReference
getReference
-
Method Details
-
isUnresolvable
boolean isUnresolvable() -
render
-
can
-
transaction
-
hashCode
int hashCode()Instances delegate thehashCode()
to theHasReference.getReference()
, so the result does not depend on the content, but only on identity. -
equals
Instances delegate theequals(Object)
to theHasReference.getReference()
, so the result does not depend on the content, but only on identity.
-