Package com.priint.pubserverapi.document
Class DocumentId
- java.lang.Object
-
- com.priint.pubserverapi.document.DocumentId
-
public class DocumentId 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 DocumentIdof(java.lang.String id)
-
-
-
Method Detail
-
of
public static DocumentId of(java.lang.String id)
-
nonEmpty
public boolean nonEmpty()
-
getValue
public java.lang.String getValue()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-