br.usp.iterador.model
Class Information

java.lang.Object
  extended by br.usp.iterador.model.Information

public class Information
extends java.lang.Object

File information

Version:
$Revision$
Author:
Guilherme Silveira

Constructor Summary
Information()
           
 
Method Summary
 java.lang.String getAuthors()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setAuthors(java.lang.String authors)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Information

public Information()
Method Detail

getAuthors

public java.lang.String getAuthors()
Returns:
Returns the authors.

setAuthors

public void setAuthors(java.lang.String authors)
Parameters:
authors - The authors to set.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.