Class RemotePool
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.application.RemotePool
-
public class RemotePool extends Object
Wrapper for a simple pool- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description RemotePool()
RemotePool(String id, String name, String description, String className, int type)
RemotePool(InventoryObjectPool pool)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
String
getDescription()
String
getId()
String
getName()
void
setClassName(String className)
void
setDescription(String description)
void
setId(String id)
void
setName(String name)
static RemotePool[]
toRemotePoolArray(List<RemotePool> toBeWrapped)
String
toString()
-
-
-
Constructor Detail
-
RemotePool
public RemotePool()
-
RemotePool
public RemotePool(String id, String name, String description, String className, int type)
-
RemotePool
public RemotePool(InventoryObjectPool pool)
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
toRemotePoolArray
public static RemotePool[] toRemotePoolArray(List<RemotePool> toBeWrapped)
-
-