net.simplace.ui.settings.FWSettingModel




public class FWSettingModel {
// Public Constructors
public FWSettingModel(Element aSystemElement);


// Public Instance Methods
public FWSettingModel clone(); // Overrides java.lang.Object


returns the Settings Model
public String getID();


returns the iD
public Map getParameterMap();


returns the parameterMap
public Element getForm();


returns the Form for ID
public String getUserGroup();


returns the userGroup


}



Returned by: clone(), net.simplace.core.customize.FWCustomizableLayoutProvider.getSettingModel()