org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model
Class Perturbation

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.Perturbation

public class Perturbation
extends Object


Constructor Summary
Perturbation()
           
Perturbation(String type, String field, String toPerturbId, String value)
           
 
Method Summary
 String field()
           
 void field(String field)
           
 String toPerturbId()
           
 void toPerturbId(String toPerturbId)
           
 String toString()
           
 String type()
           
 void type(String type)
           
 String value()
           
 void value(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Perturbation

public Perturbation()

Perturbation

public Perturbation(String type,
                    String field,
                    String toPerturbId,
                    String value)
Method Detail

type

public String type()
Returns:
the type

type

public void type(String type)
Parameters:
type - the type to set

field

public String field()
Returns:
the field

field

public void field(String field)
Parameters:
field - the field to set

toPerturbId

public String toPerturbId()
Returns:
the toPerturbId

toPerturbId

public void toPerturbId(String toPerturbId)
Parameters:
toPerturbId - the toPerturbId to set

value

public String value()
Returns:
the value

value

public void value(String value)
Parameters:
value - the value to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.