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 IdItemPathSegment
NULL
-
Constructor Summary
Constructors Constructor Description IdItemPathSegment()
IdItemPathSegment(Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdItemPathSegment
clone()
boolean
equals(Object obj)
boolean
equivalent(Object obj)
Long
getId()
int
hashCode()
String
toString()
-
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:
hashCode
in classItemPathSegment
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classItemPathSegment
-
equivalent
public boolean equivalent(Object obj)
- Specified by:
equivalent
in classItemPathSegment
-
clone
public IdItemPathSegment clone()
- Specified by:
clone
in classItemPathSegment
-
-