Class PublicationPubItem.Id

  • Enclosing class:
    PublicationPubItem

    public static class PublicationPubItem.Id
    extends PubItem.Id
    Represents an identifier for a publication item.
    • Constructor Summary

      Constructors 
      Constructor Description
      Id​(java.lang.String value)
      Constructs a new Id object with the specified value.
    • Constructor Detail

      • Id

        public Id​(java.lang.String value)
        Constructs a new Id object with the specified value.
        Parameters:
        value - the value of the Id
    • Method Detail

      • of

        public static PublicationPubItem.Id of​(java.lang.String value)
        Creates a new instance of Id with the specified value.
        Parameters:
        value - the value of the Id
        Returns:
        a new instance of Id
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class PubItem.Id
      • toString

        public java.lang.String toString()
        Description copied from class: PubItem.Id
        Returns a string representation of the Id.
        Overrides:
        toString in class PubItem.Id
        Returns:
        a string representation of the Id