org.cloudfoundry.client.lib.domain
Class CloudServicePlan

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

public class CloudServicePlan
extends CloudEntity


Nested Class Summary
 
Nested classes/interfaces inherited from class org.cloudfoundry.client.lib.domain.CloudEntity
CloudEntity.Meta
 
Constructor Summary
CloudServicePlan()
           
CloudServicePlan(CloudEntity.Meta meta, String name, String description, boolean free, boolean _public, String extra, String uniqueId, CloudServiceOffering serviceOffering)
           
 
Method Summary
 String getDescription()
           
 String getExtra()
           
 CloudServiceOffering getServiceOffering()
           
 String getUniqueId()
           
 boolean isFree()
           
 boolean isPublic()
           
 void setServiceOffering(CloudServiceOffering serviceOffering)
           
 
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

CloudServicePlan

public CloudServicePlan()

CloudServicePlan

public CloudServicePlan(CloudEntity.Meta meta,
                        String name,
                        String description,
                        boolean free,
                        boolean _public,
                        String extra,
                        String uniqueId,
                        CloudServiceOffering serviceOffering)
Method Detail

isFree

public boolean isFree()

isPublic

public boolean isPublic()

getDescription

public String getDescription()

getExtra

public String getExtra()

getUniqueId

public String getUniqueId()

getServiceOffering

public CloudServiceOffering getServiceOffering()

setServiceOffering

public void setServiceOffering(CloudServiceOffering serviceOffering)


Copyright © 2014. All rights reserved.