org.dasein.cloud.aws.model
Class DatabaseRegion

java.lang.Object
  extended by org.dasein.cloud.aws.model.DatabaseRegion

public class DatabaseRegion
extends Object

Description

Created by Stas Maksimov: 14/07/2014 17:02

Since:
2014.03
Version:
2014.03 initial version
Author:
Stas Maksimov

Constructor Summary
DatabaseRegion()
           
 
Method Summary
 String getName()
           
 List<DatabaseProduct> getProducts()
           
 void setName(String name)
           
 void setProducts(List<DatabaseProduct> products)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseRegion

public DatabaseRegion()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getProducts

public List<DatabaseProduct> getProducts()

setProducts

public void setProducts(List<DatabaseProduct> products)


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.