com.evolveum.midpoint.prism.path
Class IdItemPathSegment

java.lang.Object
  extended by com.evolveum.midpoint.prism.path.ItemPathSegment
      extended by com.evolveum.midpoint.prism.path.IdItemPathSegment
All Implemented Interfaces:
Serializable

public class IdItemPathSegment
extends ItemPathSegment

Author:
semancik
See Also:
Serialized Form

Constructor Summary
IdItemPathSegment()
           
IdItemPathSegment(String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdItemPathSegment

public IdItemPathSegment()

IdItemPathSegment

public IdItemPathSegment(String id)
Method Detail

getId

public String getId()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 evolveum. All Rights Reserved.