|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.core.StartPage
public class StartPage
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 $
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 |
---|
public StartPage()
Method Detail |
---|
public java.lang.String getRefid()
refid
property.
String
.public void setRefid(java.lang.String refid)
refid
property.
refid
- the new refid
value.public java.util.Properties getProperties()
properties
property.
Properties
.public void setProperties(java.util.Properties properties)
properties
property.
properties
- the new properties
value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |