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,Script,Space,TestRun,TimePoint,UpdatableBaseline,UpdatableBaselineCollection,UpdatableCategory,UpdatableDocument,UpdatableModelObject,UpdatableModelObjectBase<T,,R> UpdatablePlan,UpdatableProject,UpdatableRichPage,UpdatableScript,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()booleanInstances delegate theequals(Object)to theHasReference.getReference(), so the result does not depend on the content, but only on identity.inthashCode()Instances delegate thehashCode()to theHasReference.getReference(), so the result does not depend on the content, but only on identity.booleanrender()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.
-