org.rhq.core.domain.operation.composite
Class GroupOperationLastCompletedComposite

java.lang.Object
  extended by org.rhq.core.domain.operation.composite.OperationLastCompletedComposite
      extended by org.rhq.core.domain.operation.composite.GroupOperationLastCompletedComposite

public class GroupOperationLastCompletedComposite
extends OperationLastCompletedComposite


Constructor Summary
GroupOperationLastCompletedComposite(int operationId, String operationName, long operationStartTime, OperationRequestStatus operationStatus, int groupId, String groupName, String groupResourceTypeName)
           
 
Method Summary
 int getGroupId()
           
 String getGroupName()
           
 String getGroupResourceTypeName()
           
 
Methods inherited from class org.rhq.core.domain.operation.composite.OperationLastCompletedComposite
getOperationHistoryId, getOperationName, getOperationStartTime, getOperationStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupOperationLastCompletedComposite

public GroupOperationLastCompletedComposite(int operationId,
                                            String operationName,
                                            long operationStartTime,
                                            OperationRequestStatus operationStatus,
                                            int groupId,
                                            String groupName,
                                            String groupResourceTypeName)
Method Detail

getGroupId

public int getGroupId()

getGroupName

public String getGroupName()

getGroupResourceTypeName

public String getGroupResourceTypeName()


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