Class AttachmentReference<R extends ModelObjectReference>

java.lang.Object
com.polarion.alm.shared.api.model.attachment.AttachmentReference<R>
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable
Direct Known Subclasses:
DocumentAttachmentReference, RichPageAttachmentReference, WikiAttachmentReference, WorkItemAttachmentReference

public class AttachmentReference<R extends ModelObjectReference> extends Object implements com.google.gwt.user.client.rpc.IsSerializable, Serializable
Since:
3.9.0
See Also:
  • Constructor Details

    • AttachmentReference

      public AttachmentReference(@NotNull R containerReference, @NotNull String name)
  • Method Details

    • containerReference

      @NotNull public R containerReference()
    • name

      @NotNull public String name()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object