Class ManagedResource


  • public class ManagedResource
    extends java.lang.Object
    Represents a managed resource.
    • Constructor Summary

      Constructors 
      Constructor Description
      ManagedResource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getResourceId()  
      java.lang.String getType()  
      void setResourceId​(java.lang.String resourceId)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ManagedResource

        public ManagedResource()
    • Method Detail

      • getResourceId

        public java.lang.String getResourceId()
      • setResourceId

        public void setResourceId​(java.lang.String resourceId)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)