Class EnumOptionReference
java.lang.Object
com.polarion.alm.shared.api.model.ModelEntityReferenceBase<EnumOption,EnumOptionReference>
com.polarion.alm.shared.api.model.eo.EnumOptionReference
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,HasId
,HasProjectId
,ModelEntityReference
,Serializable
public final class EnumOptionReference
extends ModelEntityReferenceBase<EnumOption,EnumOptionReference>
implements HasId, HasProjectId
- Since:
- 3.9.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
get
(ReadOnlyTransaction transaction) Returns the entity referenced by this reference.int
hashCode()
id()
toPath()
Returns type specific unique identification path of the object, for example for Work Items in project it is 'projectId/workItemId'.
It ignores requested revision.Methods inherited from class com.polarion.alm.shared.api.model.ModelEntityReferenceBase
toString
-
Constructor Details
-
Method Details
-
id
-
projectId
- Specified by:
projectId
in interfaceHasProjectId
-
enumerationReference
-
toPath
Description copied from interface:ModelEntityReference
Returns type specific unique identification path of the object, for example for Work Items in project it is 'projectId/workItemId'.
It ignores requested revision.- Specified by:
toPath
in interfaceModelEntityReference
- See Also:
-
hashCode
public int hashCode() -
equals
-