|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.appdef.shared.AppdefResourceValue
public abstract class AppdefResourceValue
An abstract class which all appdef value objects inherit from
inheritance is achieved by using:
@ejb:value-object name="SomeEntity" match="*" extends="org.hyperic.hq.appdef.shared.AppdefResourceValue"
The accessors provided in this class represent what the UI model labels
"General Properties". Any other attribute is assumed to be specific
to the resource type.
Constructor Summary | |
---|---|
AppdefResourceValue()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object arg0)
|
AppdefResourceTypeValue |
getAppdefResourceTypeValue()
Get an upcasted reference to our resource type value. |
abstract java.lang.Long |
getCTime()
|
abstract java.lang.String |
getDescription()
|
abstract AppdefEntityID |
getEntityId()
get an entity ID for the object |
java.lang.String |
getHostName()
|
abstract java.lang.Integer |
getId()
|
abstract java.lang.String |
getLocation()
|
abstract java.lang.String |
getModifiedBy()
|
abstract java.lang.Long |
getMTime()
|
abstract java.lang.String |
getName()
|
abstract java.lang.String |
getOwner()
|
static java.util.Map |
getPlatformTypeCountMap(java.util.Collection platformColl)
Get a map of platform types from this collection of PlatformLightValue objects. |
static java.util.Map |
getResourceTypeCountMap(java.util.Collection objColl)
|
static java.util.Map |
getServerTypeCountMap(java.util.Collection serverColl)
Get a map of server types from this collection of serverlightvalues |
static java.util.Map |
getServiceTypeCountMap(java.util.Collection serviceColl)
Get a map of Service types from this collection of ServiceLightValue |
abstract void |
setDescription(java.lang.String desc)
|
void |
setHostName(java.lang.String hostName)
|
abstract void |
setId(java.lang.Integer id)
|
abstract void |
setLocation(java.lang.String loc)
|
abstract void |
setModifiedBy(java.lang.String modifiedBy)
|
abstract void |
setName(java.lang.String name)
|
abstract void |
setOwner(java.lang.String owner)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppdefResourceValue()
Method Detail |
---|
public abstract java.lang.Integer getId()
public abstract void setId(java.lang.Integer id)
public abstract java.lang.String getName()
public abstract void setName(java.lang.String name)
public abstract java.lang.String getOwner()
public abstract void setOwner(java.lang.String owner)
public abstract java.lang.String getModifiedBy()
public abstract void setModifiedBy(java.lang.String modifiedBy)
public abstract java.lang.String getDescription()
public abstract void setDescription(java.lang.String desc)
public abstract java.lang.Long getCTime()
public abstract java.lang.Long getMTime()
public abstract java.lang.String getLocation()
public abstract void setLocation(java.lang.String loc)
public java.lang.String getHostName()
public void setHostName(java.lang.String hostName)
public abstract AppdefEntityID getEntityId()
public static java.util.Map getResourceTypeCountMap(java.util.Collection objColl)
public AppdefResourceTypeValue getAppdefResourceTypeValue()
public static java.util.Map getPlatformTypeCountMap(java.util.Collection platformColl)
platformColl
- collection of PlatformLightValue
objects
List
of PlatformLightValues matching that typepublic static java.util.Map getServerTypeCountMap(java.util.Collection serverColl)
a
- collection of ServerLightValue
objects
List
of ServerLightValues matching that typepublic static java.util.Map getServiceTypeCountMap(java.util.Collection serviceColl)
a
- collection of ServiceLightValue
objects
List
of ServiceLightValues matching that typepublic int compareTo(java.lang.Object arg0)
compareTo
in interface java.lang.Comparable
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |