Package com.evolveum.midpoint.prism.path
Class IdItemPathSegment
- java.lang.Object
-
- com.evolveum.midpoint.prism.path.ItemPathSegment
-
- com.evolveum.midpoint.prism.path.IdItemPathSegment
-
- All Implemented Interfaces:
Serializable,Cloneable
public class IdItemPathSegment extends ItemPathSegment
- Author:
- semancik
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IdItemPathSegmentNULL
-
Constructor Summary
Constructors Constructor Description IdItemPathSegment()IdItemPathSegment(Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdItemPathSegmentclone()booleanequals(Object obj)booleanequivalent(Object obj)LonggetId()inthashCode()StringtoString()-
Methods inherited from class com.evolveum.midpoint.prism.path.ItemPathSegment
isWildcard, setWildcard, toString
-
-
-
-
Field Detail
-
NULL
public static final IdItemPathSegment NULL
-
-
Constructor Detail
-
IdItemPathSegment
public IdItemPathSegment()
-
IdItemPathSegment
public IdItemPathSegment(Long id)
-
-
Method Detail
-
getId
public Long getId()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classItemPathSegment
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classItemPathSegment
-
equivalent
public boolean equivalent(Object obj)
- Specified by:
equivalentin classItemPathSegment
-
clone
public IdItemPathSegment clone()
- Specified by:
clonein classItemPathSegment
-
-