org.rhq.core.domain.discovery
Class ResourceSyncInfo

java.lang.Object
  extended by org.rhq.core.domain.discovery.ResourceSyncInfo
All Implemented Interfaces:
Serializable

public class ResourceSyncInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResourceSyncInfo()
           
 
Method Summary
 Collection<ResourceSyncInfo> getChildSyncInfos()
           
 int getId()
           
 InventoryStatus getInventoryStatus()
           
 long getMtime()
           
 String getUuid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSyncInfo

public ResourceSyncInfo()
Method Detail

getId

public int getId()

getUuid

public String getUuid()

getMtime

public long getMtime()

getInventoryStatus

public InventoryStatus getInventoryStatus()

getChildSyncInfos

public Collection<ResourceSyncInfo> getChildSyncInfos()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.