org.jclouds.savvis.vpdc.domain.vapp
Class Network

java.lang.Object
  extended by org.jclouds.savvis.vpdc.domain.vapp.Network

public class Network
extends Object

Author:
Adrian Cole

Constructor Summary
Network(String name, String description)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Network

public Network(String name,
               String description)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

getDescription

public String getDescription()


Copyright © 2009-2012 jclouds. All Rights Reserved.