org.rhq.core.domain.drift
Class DriftDefinitionComposite

java.lang.Object
  extended by 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

Constructor Summary
DriftDefinitionComposite()
           
DriftDefinitionComposite(DriftDefinition driftDefinition, DriftChangeSet<?> mostRecentChangeset)
           
 
Method Summary
 DriftDefinition getDriftDefinition()
           
 DriftChangeSet<?> getMostRecentChangeset()
           
 void setDriftDefinition(DriftDefinition driftDefinition)
           
 void setMostRecentChangeset(DriftChangeSet<?> mostRecentChangeset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriftDefinitionComposite

public DriftDefinitionComposite()

DriftDefinitionComposite

public DriftDefinitionComposite(DriftDefinition driftDefinition,
                                DriftChangeSet<?> mostRecentChangeset)
Method Detail

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.