Package org.jclouds.gogrid.domain
Class Customer.Builder<T extends Customer.Builder<T>>
- java.lang.Object
-
- org.jclouds.gogrid.domain.Customer.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Customer
build()
T
fromCustomer(Customer in)
T
id(long id)
T
name(String name)
protected abstract T
self()
-
-
-
Field Detail
-
id
protected long id
-
name
protected String name
-
-
Method Detail
-
self
protected abstract T self()
-
id
public T id(long id)
- See Also:
Customer.getId()
-
name
public T name(String name)
- See Also:
Customer.getName()
-
build
public Customer build()
-
-