org.rhq.core.domain.configuration.group
Class AbstractGroupConfigurationUpdate

java.lang.Object
  extended by org.rhq.core.domain.configuration.AbstractConfigurationUpdate
      extended by org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GroupPluginConfigurationUpdate, GroupResourceConfigurationUpdate

public abstract class AbstractGroupConfigurationUpdate
extends AbstractConfigurationUpdate
implements Serializable

See Also:
Serialized Form

Field Summary
static String MIXED_VALUES_MARKER
           
 
Fields inherited from class org.rhq.core.domain.configuration.AbstractConfigurationUpdate
configuration, createdTime, errorMessage, modifiedTime, status, subjectName
 
Constructor Summary
protected AbstractGroupConfigurationUpdate()
           
protected AbstractGroupConfigurationUpdate(ResourceGroup group, String subjectName)
           
 
Method Summary
protected  void appendToStringInternals(StringBuilder str)
          Subclasses can override this to add things it wants to see in the toString.
 ResourceGroup getGroup()
           
 int getId()
           
 void setGroup(ResourceGroup group)
           
 void setId(int id)
           
 
Methods inherited from class org.rhq.core.domain.configuration.AbstractConfigurationUpdate
equals, getConfiguration, getCreatedTime, getDuration, getErrorMessage, getModifiedTime, getStatus, getSubjectName, hashCode, setConfiguration, setErrorMessage, setErrorMessageFromThrowable, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MIXED_VALUES_MARKER

public static final String MIXED_VALUES_MARKER
See Also:
Constant Field Values
Constructor Detail

AbstractGroupConfigurationUpdate

protected AbstractGroupConfigurationUpdate()

AbstractGroupConfigurationUpdate

protected AbstractGroupConfigurationUpdate(ResourceGroup group,
                                           String subjectName)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getGroup

public ResourceGroup getGroup()

setGroup

public void setGroup(ResourceGroup group)

appendToStringInternals

protected void appendToStringInternals(StringBuilder str)
Description copied from class: AbstractConfigurationUpdate
Subclasses can override this to add things it wants to see in the toString.

Overrides:
appendToStringInternals in class AbstractConfigurationUpdate
Parameters:
str - the builder to append strings to


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.