Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.authz.server.session
Class ResourceGroup.ResourceGroupCreateInfo

java.lang.Object
  extended by org.hyperic.hq.authz.server.session.ResourceGroup.ResourceGroupCreateInfo
Enclosing class:
ResourceGroup

public static class ResourceGroup.ResourceGroupCreateInfo
extends java.lang.Object


Constructor Summary
ResourceGroup.ResourceGroupCreateInfo(java.lang.String name, java.lang.String description, int groupType, Resource prototype, java.lang.String location, int clusterId, boolean system, boolean privateGroup)
           
 
Method Summary
 int getClusterId()
           
 java.lang.String getDescription()
           
 int getGroupType()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 Resource getResourcePrototype()
           
 boolean isPrivateGroup()
           
 boolean isSystem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceGroup.ResourceGroupCreateInfo

public ResourceGroup.ResourceGroupCreateInfo(java.lang.String name,
                                             java.lang.String description,
                                             int groupType,
                                             Resource prototype,
                                             java.lang.String location,
                                             int clusterId,
                                             boolean system,
                                             boolean privateGroup)
Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getLocation

public java.lang.String getLocation()

getGroupType

public int getGroupType()

getResourcePrototype

public Resource getResourcePrototype()

getClusterId

public int getClusterId()

isSystem

public boolean isSystem()

isPrivateGroup

public boolean isPrivateGroup()

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.