org.jclouds.cim
Class ManagedElement

java.lang.Object
  extended by org.jclouds.cim.SettingData
      extended by org.jclouds.cim.ManagedElement
All Implemented Interfaces:
Comparable<SettingData>
Direct Known Subclasses:
ResourceAllocationSettingData, VirtualSystemSettingData

public abstract class ManagedElement
extends SettingData

ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema.

Author:
Adrian Cole
See Also:

Nested Class Summary
static class ManagedElement.Builder
           
 
Field Summary
protected  String caption
           
protected  String description
           
 
Fields inherited from class org.jclouds.cim.SettingData
elementName, instanceID
 
Constructor Summary
ManagedElement(String elementName, String instanceID, String caption, String description)
           
 
Method Summary
static ManagedElement.Builder builder()
           
 String getCaption()
          The Caption property is a short textual description (one- line string) of the object.
 String getDescription()
          The Description property provides a textual description of the object.
 ManagedElement.Builder toBuilder()
          
 String toString()
           
 
Methods inherited from class org.jclouds.cim.SettingData
compareTo, equals, getElementName, getInstanceID, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

caption

protected final String caption

description

protected final String description
Constructor Detail

ManagedElement

public ManagedElement(String elementName,
                      String instanceID,
                      String caption,
                      String description)
Method Detail

builder

public static ManagedElement.Builder builder()

toBuilder

public ManagedElement.Builder toBuilder()

Overrides:
toBuilder in class SettingData

getCaption

public String getCaption()
The Caption property is a short textual description (one- line string) of the object.


getDescription

public String getDescription()
The Description property provides a textual description of the object.


toString

public String toString()
Overrides:
toString in class SettingData


Copyright © 2009-2011 jclouds. All Rights Reserved.