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 SummaryFields Modifier and Type Field Description static IdItemPathSegmentNULL
 - 
Constructor SummaryConstructors Constructor Description IdItemPathSegment()IdItemPathSegment(Long id)
 - 
Method SummaryAll 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.ItemPathSegmentisWildcard, setWildcard, toString
 
- 
 
- 
- 
- 
Field Detail- 
NULLpublic static final IdItemPathSegment NULL 
 
- 
 - 
Constructor Detail- 
IdItemPathSegmentpublic IdItemPathSegment() 
 - 
IdItemPathSegmentpublic IdItemPathSegment(Long id) 
 
- 
 - 
Method Detail- 
getIdpublic Long getId() 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ItemPathSegment
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- ItemPathSegment
 
 - 
equivalentpublic boolean equivalent(Object obj) - Specified by:
- equivalentin class- ItemPathSegment
 
 - 
clonepublic IdItemPathSegment clone() - Specified by:
- clonein class- ItemPathSegment
 
 
- 
 
-