ca.aura.artefacts.usage
Interface Usage

All Known Implementing Classes:
DefaultUsage

public interface Usage

Author:
Andrew

Method Summary
 java.lang.String getArtefactId()
          get the artefact that was used
 java.lang.String getComment()
          get a description of the use
 java.util.Date getDate()
          get the date of use
 java.lang.String getRole()
          get the role of the user
 java.lang.String getTask()
          get the type of usage
 

Method Detail

getTask

public java.lang.String getTask()
get the type of usage


getRole

public java.lang.String getRole()
get the role of the user


getArtefactId

public java.lang.String getArtefactId()
get the artefact that was used


getDate

public java.util.Date getDate()
get the date of use


getComment

public java.lang.String getComment()
get a description of the use



Copyright © 2002 University of Ottawa. All Rights Reserved.