org.cloudfoundry.client.lib.domain
Class CloudServiceOffering

java.lang.Object
  extended by org.cloudfoundry.client.lib.domain.CloudEntity
      extended by org.cloudfoundry.client.lib.domain.CloudServiceOffering

public class CloudServiceOffering
extends CloudEntity


Nested Class Summary
 
Nested classes/interfaces inherited from class org.cloudfoundry.client.lib.domain.CloudEntity
CloudEntity.Meta
 
Constructor Summary
CloudServiceOffering(CloudEntity.Meta meta, String name)
           
CloudServiceOffering(CloudEntity.Meta meta, String name, String provider, String version)
           
 
Method Summary
 void addCloudServicePlan(CloudServicePlan cloudServicePlan)
           
 List<CloudServicePlan> getCloudServicePlans()
           
 String getDescription()
           
 String getLabel()
           
 String getProvider()
           
 String getVersion()
           
 void setDescription(String description)
           
 void setLabel(String label)
           
 void setProvider(String provider)
           
 void setVersion(String version)
           
 
Methods inherited from class org.cloudfoundry.client.lib.domain.CloudEntity
getMeta, getName, setMeta, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloudServiceOffering

public CloudServiceOffering(CloudEntity.Meta meta,
                            String name)

CloudServiceOffering

public CloudServiceOffering(CloudEntity.Meta meta,
                            String name,
                            String provider,
                            String version)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getProvider

public String getProvider()

setProvider

public void setProvider(String provider)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getCloudServicePlans

public List<CloudServicePlan> getCloudServicePlans()

addCloudServicePlan

public void addCloudServicePlan(CloudServicePlan cloudServicePlan)


Copyright © 2013. All rights reserved.