All Implemented Interfaces:
Cloneable

public class Page extends Container
May 13, 2004
  • Field Details

  • Constructor Details

    • Page

      public Page()
    • Page

      public Page(String ownerType, String ownerId, String name)
    • Page

      public Page(PageData data)
    • Page

      public Page(String storageId)
  • Method Details

    • getOwnerId

      public String getOwnerId()
    • setOwnerId

      public void setOwnerId(String ownerId)
    • getOwnerType

      public String getOwnerType()
    • setOwnerType

      public void setOwnerType(String ownerType)
    • getEditPermission

      public String getEditPermission()
    • setEditPermission

      public void setEditPermission(String editPermission)
    • isShowMaxWindow

      public boolean isShowMaxWindow()
    • setShowMaxWindow

      public void setShowMaxWindow(Boolean showMaxWindow)
    • getPageKey

      public PageKey getPageKey()
    • getPageId

      public String getPageId()
    • setPageId

      public void setPageId(String pageId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getLink

      public String getLink()
    • setLink

      public void setLink(String link)
    • build

      public PageData build()
      Overrides:
      build in class Container
    • toString

      public String toString()
      Overrides:
      toString in class Object