eteg.sinon.core
Class StartPage

java.lang.Object
  extended by eteg.sinon.core.StartPage

public class StartPage
extends java.lang.Object

Class that encapsulates information about a start page of a catalog.

 $Header: /cvsroot/sinon/sinon/src/java/eteg/sinon/core/StartPage.java,v 1.2 2005/06/21 14:25:08 thiagohp Exp $
 

Since:
05/09/2004.
Version:
$Revision: 1.2 $
Author:
Thiago H. de Paula Figueiredo (last modification by $Author: thiagohp $)
See Also:
Catalog

Constructor Summary
StartPage()
          Constructor without
 
Method Summary
 java.util.Properties getProperties()
          Returns the value of the properties property.
 java.lang.String getRefid()
          Returns the value of the refid property.
 void setProperties(java.util.Properties properties)
          Sets the value of the properties property.
 void setRefid(java.lang.String refid)
          Sets the value of the refid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartPage

public StartPage()
Constructor without

Method Detail

getRefid

public java.lang.String getRefid()
Returns the value of the refid property.

Returns:
a String.

setRefid

public void setRefid(java.lang.String refid)
Sets the value of the refid property.

Parameters:
refid - the new refid value.

getProperties

public java.util.Properties getProperties()
Returns the value of the properties property.

Returns:
a Properties.

setProperties

public void setProperties(java.util.Properties properties)
Sets the value of the properties property.

Parameters:
properties - the new properties value.


Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.