Package de.xima.fc.gui.model
Class PlaceholderGroup
- java.lang.Object
 - 
- de.xima.fc.gui.model.PlaceholderGroup
 
 
- 
- All Implemented Interfaces:
 IPlaceholderGroup,Serializable
public class PlaceholderGroup extends Object implements IPlaceholderGroup
Implementation of aIPlaceholderGroupwith a single ID.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PlaceholderGroup(String id) 
 - 
 
- 
- 
Constructor Detail
- 
PlaceholderGroup
public PlaceholderGroup(String id)
 
 - 
 
- 
Method Detail
- 
getId
public String getId()
- Specified by:
 getIdin interfaceIPlaceholderGroup- Returns:
 - The unique ID of this placeholder group.
 
 
 - 
 
 -