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

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

public class File
extends Object


Constructor Summary
File()
           
File(String name, String type, String url)
           
 
Method Summary
 String name()
           
 void name(String name)
           
 String toString()
           
 String type()
           
 void type(String type)
           
 String url()
           
 void url(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

File

public File()

File

public File(String name,
            String type,
            String url)
Method Detail

name

public String name()
Returns:
the name

name

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

type

public String type()
Returns:
the type

type

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

url

public String url()
Returns:
the url

url

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.