org.rhq.core.domain.drift
Class DriftDefinitionComposite
java.lang.Object
org.rhq.core.domain.drift.DriftDefinitionComposite
- All Implemented Interfaces:
- Serializable
public class DriftDefinitionComposite
- extends Object
- implements Serializable
A composite that returns a drift definition and supplemental information about it.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DriftDefinitionComposite
public DriftDefinitionComposite()
DriftDefinitionComposite
public DriftDefinitionComposite(DriftDefinition driftDefinition,
DriftChangeSet<?> mostRecentChangeset)
getDriftDefinition
public DriftDefinition getDriftDefinition()
setDriftDefinition
public void setDriftDefinition(DriftDefinition driftDefinition)
getMostRecentChangeset
public DriftChangeSet<?> getMostRecentChangeset()
setMostRecentChangeset
public void setMostRecentChangeset(DriftChangeSet<?> mostRecentChangeset)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.