org.enhydra.snapper.api.persistence
Interface SitePersistenceI
- public interface SitePersistenceI
getName
public java.lang.String getName()
getId
public java.lang.String getId()
getLanguage
public java.lang.String getLanguage()
getSize
public int getSize()
getAge
public int getAge()
getRTF
public boolean getRTF()
getDOC
public boolean getDOC()
getTXT
public boolean getTXT()
getHTML
public boolean getHTML()
getMSG
public boolean getMSG()
getPDF
public boolean getPDF()
getXLS
public boolean getXLS()
getEML
public boolean getEML()
getPPT
public boolean getPPT()
getPPS
public boolean getPPS()
getZIP
public boolean getZIP()
getOO
public boolean getOO()
getLASTUPDATE
public java.sql.Timestamp getLASTUPDATE()
getLASTQUERY
public java.sql.Timestamp getLASTQUERY()
getFILENR
public int getFILENR()
getQUERYNR
public int getQUERYNR()
setId
public void setId(java.lang.String id)
setName
public void setName(java.lang.String str)
setLanguage
public void setLanguage(java.lang.String str)
setSize
public void setSize(int str)
setAge
public void setAge(int str)
setRTF
public void setRTF(boolean str)
setDOC
public void setDOC(boolean str)
setTXT
public void setTXT(boolean str)
setHTML
public void setHTML(boolean str)
setMSG
public void setMSG(boolean str)
setPDF
public void setPDF(boolean str)
setXLS
public void setXLS(boolean str)
setEML
public void setEML(boolean str)
setPPT
public void setPPT(boolean str)
setPPS
public void setPPS(boolean str)
setZIP
public void setZIP(boolean str)
setOO
public void setOO(boolean str)
setLASTUPDATE
public void setLASTUPDATE(java.sql.Timestamp str)
setLASTQUERY
public void setLASTQUERY(java.sql.Timestamp str)
setFILENR
public void setFILENR(int str)
setQUERYNR
public void setQUERYNR(int str)