edu.wisc.my.portlets.bookmarks.domain.support
Class IdPathInfo
java.lang.Object
edu.wisc.my.portlets.bookmarks.domain.support.IdPathInfo
public class IdPathInfo
- extends Object
- Version:
- $Revision: 12140 $
- Author:
- Eric Dalquist eric.dalquist@doit.wisc.edu
IdPathInfo
public IdPathInfo(long[] indexPath,
Folder parent,
Entry target)
getIdPath
public long[] getIdPath()
- Returns:
- Returns the idPath.
getParent
public Folder getParent()
- Returns:
- Returns the parent.
getTarget
public Entry getTarget()
- Returns:
- Returns the target.
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 1998-2008 Java Architectures Special Interest Group. All Rights Reserved.