org.intabulas.sandler.elements
Interface Generator

All Superinterfaces:
ParseableEntity
All Known Implementing Classes:
GeneratorImpl

public interface Generator
extends ParseableEntity

Generator

Version:
$Id: Generator.java,v 1.3 2004/01/02 01:43:57 intabulas Exp $
Author:
Mark Lussier

Method Summary
 String getName()
          Returns the human readable name of the tooklit that generated the feed
 String getUri()
          Returns the URI of the toolkit that generated the feed
 void setName(String name)
          Set'sthe human readable name of the tooklit that generated the feed
 void setUri(String uri)
          Set' the URI of the toolkit that generated the feed
 
Methods inherited from interface org.intabulas.sandler.elements.ParseableEntity
loadDocument
 

Method Detail

getName

String getName()
Returns the human readable name of the tooklit that generated the feed

Returns:
a String containing the name

setName

void setName(String name)
Set'sthe human readable name of the tooklit that generated the feed

Parameters:
name - a String containg the Generator's Name

getUri

String getUri()
Returns the URI of the toolkit that generated the feed

Returns:
a String containing the URI

setUri

void setUri(String uri)
Set' the URI of the toolkit that generated the feed

Parameters:
uri - a String containg the Generator's URI


Copyright © 2003-2004 Mark Lussier. All Rights Reserved.