Package de.swa.mmfg

Class Location

java.lang.Object
de.swa.mmfg.Location

public class Location
extends java.lang.Object
data type to represent file or URL locations
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int TYPE_HIGHRES  
    static int TYPE_LOWRES  
    static int TYPE_ORIGINAL  
    static int TYPE_ORIGINAL_COPY  
    static int TYPE_THUMBNAIL  
  • Constructor Summary

    Constructors 
    Constructor Description
    Location()  
    Location​(int type, java.net.URL location, java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    java.net.URL getLocation()  
    java.lang.String getName()  
    int getType()  
    void setLocation​(java.net.URL location)  
    void setName​(java.lang.String name)  
    void setType​(int type)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Location

      public Location()
    • Location

      public Location​(int type, java.net.URL location, java.lang.String name)
  • Method Details

    • getType

      public int getType()
    • setType

      public void setType​(int type)
    • getLocation

      public java.net.URL getLocation()
    • setLocation

      public void setLocation​(java.net.URL location)
    • getName

      public java.lang.String getName()
    • setName

      public void setName​(java.lang.String name)