org.rhq.core.pc.drift
Class DriftDetectionSummary
java.lang.Object
org.rhq.core.pc.drift.DriftDetectionSummary
public class DriftDetectionSummary
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DriftDetectionSummary
public DriftDetectionSummary()
getSchedule
public DriftDetectionSchedule getSchedule()
setSchedule
public void setSchedule(DriftDetectionSchedule schedule)
getType
public org.rhq.core.domain.drift.DriftChangeSetCategory getType()
setType
public void setType(org.rhq.core.domain.drift.DriftChangeSetCategory type)
getOldSnapshot
public File getOldSnapshot()
setOldSnapshot
public void setOldSnapshot(File oldSnapshot)
getNewSnapshot
public File getNewSnapshot()
setNewSnapshot
public void setNewSnapshot(File newSnapshot)
getDriftChangeSet
public File getDriftChangeSet()
setDriftChangeSet
public void setDriftChangeSet(File driftChangeSet)
isRepeat
public boolean isRepeat()
setRepeat
public void setRepeat(boolean repeat)
getVersion
public int getVersion()
setVersion
public void setVersion(int version)
isBaseDirExists
public boolean isBaseDirExists()
setBaseDirExists
public void setBaseDirExists(boolean exists)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.