Class PublicationId
- java.lang.Object
-
- com.priint.pubserverapi.publication.PublicationId
-
public class PublicationId extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetValue()inthashCode()booleannonEmpty()static PublicationIdof(java.lang.String id)
-
-
-
Method Detail
-
of
public static PublicationId of(java.lang.String id)
-
getValue
public java.lang.String getValue()
-
nonEmpty
public boolean nonEmpty()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-