net.sourceforge.jfacets.simpleprofiles
Class SimpleProfile
java.lang.Object
net.sourceforge.jfacets.simpleprofiles.SimpleProfile
- All Implemented Interfaces:
- IProfile
public class SimpleProfile
- extends java.lang.Object
- implements IProfile
Implements a simple profile, with childs and parents.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleProfile
public SimpleProfile(java.lang.String id)
getId
public java.lang.String getId()
- Description copied from interface:
IProfile
- Return the unique ID of this profile as a String
- Specified by:
getId in interface IProfile
getChildren
public java.util.Collection<SimpleProfile> getChildren()
addChild
public void addChild(SimpleProfile child)
getParents
public java.util.Collection<SimpleProfile> getParents()
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.