org.gcube.common.core.resources.service
Class PortType.Function

java.lang.Object
  extended by org.gcube.common.core.resources.service.PortType.Function
Enclosing class:
PortType

public static class PortType.Function
extends Object


Field Summary
protected  String body
           
protected  List<String> formalParameters
           
protected  String name
           
 
Constructor Summary
PortType.Function()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBody()
           
 List<String> getFormalParameters()
           
 String getName()
           
 void setBody(String body)
           
 void setFormalParameters(List<String> formalParameters)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

formalParameters

protected List<String> formalParameters

body

protected String body
Constructor Detail

PortType.Function

public PortType.Function()
Method Detail

getBody

public String getBody()

setBody

public void setBody(String body)

getFormalParameters

public List<String> getFormalParameters()

setFormalParameters

public void setFormalParameters(List<String> formalParameters)

getName

public String getName()

setName

public void setName(String name)

equals

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


Copyright © 2012. All Rights Reserved.