ZenMagick 0.9.6


org.zenmagick.model.ZMEZPage

Class ZMEZPage

ZMObject
|
+--ZMEZPage

public class ZMEZPage
extends ZMObject

EZ-page.

Author:
DerManoMann
Version:
$Id: ZMEZPage.php 2054 2009-03-12 03:41:22Z dermanomann $

Fields inherited from org.zenmagick.ZMObject
properties_
Constructor Summary

ZMEZPage(int id, string title)

Create new page.

Method Summary
void

getAltUrl()

void

getAltUrlExternal()

void

getFooterSort()

void

getHeaderSort()

void

getHtmlText()

void

getId()

void

getSidebarSort()

void

getTitle()

void

getTocChapter()

void

getTocSort()

void

isFooter()

void

isHeader()

void

isNewWin()

void

isSSL()

void

isSidebox()

void

isToc()

void

setAltUrl(mixed url)

void

setAltUrlExternal(mixed url)

void

setFooter(mixed value)

void

setFooterSort(mixed sortOrder)

void

setHeader(mixed value)

void

setHeaderSort(mixed sortOrder)

void

setHtmlText(mixed text)

void

setId(mixed id)

void

setNewWin(mixed value)

void

setSSL(mixed value)

void

setSidebarSort(mixed sortOrder)

void

setSidebox(mixed value)

void

setTitle(mixed title)

void

setToc(mixed value)

void

setTocChapter(mixed chapter)

void

setTocSort(mixed value)

Methods inherited from org.zenmagick.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

ZMEZPage

public ZMEZPage(int id, string title)

Create new page.

Parameters:
id - The page id; default is 0.
title - The page title; default is ''.

Method Detail

getAltUrl

public void getAltUrl()

getAltUrlExternal

public void getAltUrlExternal()

getFooterSort

public void getFooterSort()

getHeaderSort

public void getHeaderSort()

getHtmlText

public void getHtmlText()

getId

public void getId()

getSidebarSort

public void getSidebarSort()

getTitle

public void getTitle()

getTocChapter

public void getTocChapter()

getTocSort

public void getTocSort()

isFooter

public void isFooter()

isHeader

public void isHeader()

isNewWin

public void isNewWin()

isSSL

public void isSSL()

isSidebox

public void isSidebox()

isToc

public void isToc()

setAltUrl

public void setAltUrl(mixed url)

setAltUrlExternal

public void setAltUrlExternal(mixed url)

setFooter

public void setFooter(mixed value)

setFooterSort

public void setFooterSort(mixed sortOrder)

setHeader

public void setHeader(mixed value)

setHeaderSort

public void setHeaderSort(mixed sortOrder)

setHtmlText

public void setHtmlText(mixed text)

setId

public void setId(mixed id)

setNewWin

public void setNewWin(mixed value)

setSSL

public void setSSL(mixed value)

setSidebarSort

public void setSidebarSort(mixed sortOrder)

setSidebox

public void setSidebox(mixed value)

setTitle

public void setTitle(mixed title)

setToc

public void setToc(mixed value)

setTocChapter

public void setTocChapter(mixed chapter)

setTocSort

public void setTocSort(mixed value)

ZenMagick 0.9.6