Class ModelEntityReferenceBase<T extends ModelEntityBase<T,R>,R extends ModelEntityReferenceBase<T,R>>
java.lang.Object
com.polarion.alm.shared.api.model.ModelEntityReferenceBase<T,R>
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,ModelEntityReference
,Serializable
- Direct Known Subclasses:
BuildReference
,EnumerationReference
,EnumOptionReference
,ModelObjectReferenceBase
,RevisionReference
,SpaceReference
public abstract class ModelEntityReferenceBase<T extends ModelEntityBase<T,R>,R extends ModelEntityReferenceBase<T,R>>
extends Object
implements ModelEntityReference
Generic version of
ModelEntityReference
interface. Should be used only in rare cases of generic code where unchecked cast would be otherwise needed.- Since:
- 3.9.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract T
get
(ReadOnlyTransaction transaction) Returns the entity referenced by this reference.toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.polarion.alm.shared.api.model.ModelEntityReference
toPath