Class UnknownIdentity
- java.lang.Object
-
- de.hybris.platform.persistence.polyglot.model.Identity
-
- de.hybris.platform.persistence.polyglot.model.UnknownIdentity
-
public class UnknownIdentity extends Identity
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()static Identityinstance()booleanisKnown()booleanpossiblyMatches(Identity identity)longtoLongValue()
-
-
-
Method Detail
-
instance
public static Identity instance()
-
toLongValue
public long toLongValue()
- Specified by:
toLongValuein classIdentity
-
possiblyMatches
public boolean possiblyMatches(Identity identity)
- Specified by:
possiblyMatchesin classIdentity
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-