net.sourceforge.jfacets.simpleprofiles
Class SimpleProfile
java.lang.Object
net.sourceforge.jfacets.simpleprofiles.SimpleProfile
- All Implemented Interfaces:
- IProfile
public class SimpleProfile
- extends Object
- implements IProfile
Implements a simple profile, with childs and parents.
SimpleProfile
public SimpleProfile(String id)
getId
public 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 Collection<SimpleProfile> getChildren()
addChild
public void addChild(SimpleProfile child)
getParents
public Collection<SimpleProfile> getParents()
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.