org.hyperic.hq.authz.server.session
Class ResourceType
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.authz.server.session.AuthzNamedBean
org.hyperic.hq.authz.server.session.ResourceType
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceType
- extends AuthzNamedBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ResourceType
public ResourceType()
getResource
public Resource getResource()
setResource
protected void setResource(Resource val)
isSystem
public boolean isSystem()
setSystem
protected void setSystem(boolean val)
getOperationsBag
protected java.util.Collection getOperationsBag()
setOperationsBag
protected void setOperationsBag(java.util.Collection val)
getOperations
public java.util.Collection getOperations()
getAppdefType
public int getAppdefType()
- Convert an authz ResourceType to appdef type. Currently only platform
server and service types are supported.
- Returns:
- One of AppdefEntityConstants.APPDEF_TYPE*
getLocalizedName
public java.lang.String getLocalizedName()
hashCode
public int hashCode()
- Overrides:
hashCode
in class AuthzNamedBean
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AuthzNamedBean
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.