com.mulesoft.cloudhub.client
Class Enviroment

java.lang.Object
  extended by com.mulesoft.cloudhub.client.Enviroment

public class Enviroment
extends Object


Constructor Summary
Enviroment()
           
Enviroment(String id, String name, boolean production)
           
 
Method Summary
 String getId()
           
 String getName()
           
 boolean isProduction()
           
 void setId(String id)
           
 void setName(String name)
           
 void setProduction(boolean production)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Enviroment

public Enviroment(String id,
                  String name,
                  boolean production)

Enviroment

public Enviroment()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

isProduction

public boolean isProduction()

setProduction

public void setProduction(boolean production)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2013. All Rights Reserved.