org.jclouds.softlayer.domain
Class SoftwareLicense.Builder

java.lang.Object
  extended by org.jclouds.softlayer.domain.SoftwareLicense.Builder
Enclosing class:
SoftwareLicense

public static class SoftwareLicense.Builder
extends Object


Field Summary
protected  int id
           
protected  SoftwareDescription softwareDescription
           
protected  int softwareDescriptionId
           
 
Constructor Summary
SoftwareLicense.Builder()
           
 
Method Summary
 SoftwareLicense build()
           
 SoftwareLicense.Builder fromSoftwareLicense(SoftwareLicense in)
           
 SoftwareLicense.Builder id(int id)
           
 SoftwareLicense.Builder softwareDescription(SoftwareDescription softwareDescription)
           
 SoftwareLicense.Builder softwareDescriptionId(int softwareDescriptionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

softwareDescription

protected SoftwareDescription softwareDescription

softwareDescriptionId

protected int softwareDescriptionId
Constructor Detail

SoftwareLicense.Builder

public SoftwareLicense.Builder()
Method Detail

id

public SoftwareLicense.Builder id(int id)
See Also:
SoftwareLicense.getId()

softwareDescription

public SoftwareLicense.Builder softwareDescription(SoftwareDescription softwareDescription)
See Also:
()

softwareDescriptionId

public SoftwareLicense.Builder softwareDescriptionId(int softwareDescriptionId)
See Also:
()

build

public SoftwareLicense build()

fromSoftwareLicense

public SoftwareLicense.Builder fromSoftwareLicense(SoftwareLicense in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.