ca.aura.artefacts
Class Location

java.lang.Object
  |
  +--ca.aura.artefacts.Location

public class Location
extends java.lang.Object

Author:
Andrew

Constructor Summary
Location()
          default
Location(java.lang.String fileName)
          give a location a file name
 
Method Summary
 boolean doesExist()
          is the location valid?
 boolean equals(java.lang.Object obj)
          check for equality
 java.lang.String getFilename()
          get the filename of the location
 void setFilename(java.lang.String filename)
          set the file name of the location
 java.lang.String toString()
          the object as a string
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

public Location()
default


Location

public Location(java.lang.String fileName)
give a location a file name

Method Detail

doesExist

public boolean doesExist()
is the location valid?


setFilename

public void setFilename(java.lang.String filename)
set the file name of the location


getFilename

public java.lang.String getFilename()
get the filename of the location


equals

public boolean equals(java.lang.Object obj)
check for equality

Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
the object as a string

Overrides:
toString in class java.lang.Object


Copyright © 2002 University of Ottawa. All Rights Reserved.