类 SkinFrame

java.lang.Object
com.gdxsoft.easyweb.script.template.SkinFrame
所有已实现的接口:
Serializable

public class SkinFrame extends Object implements Serializable
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • SkinFrame

      public SkinFrame()
  • 方法详细资料

    • getTop

      public String getTop()
      返回:
      the _Top
    • setTop

      public void setTop(String top)
      参数:
      top - the _Top to set
    • getBottom

      public String getBottom()
      返回:
      the _Bottom
    • setBottom

      public void setBottom(String bottom)
      参数:
      bottom - the _Bottom to set
    • getItem

      public String getItem()
      返回:
      the _Item
    • setItem

      public void setItem(String item)
      参数:
      item - the _Item to set
    • getItemButton

      public String getItemButton()
      返回:
      the _ItemButton
    • setItemButton

      public void setItemButton(String itemButton)
      参数:
      itemButton - the _ItemButton to set
    • getFrameType

      public String getFrameType()
      返回:
      the _FrameType
    • setFrameType

      public void setFrameType(String frameType)
      参数:
      frameType - the _FrameType to set
    • getStyle

      public String getStyle()
      返回:
      the _Style
    • setStyle

      public void setStyle(String style)
      参数:
      style - the _Style to set
    • getScript

      public String getScript()
      返回:
      the _Script
    • setScript

      public void setScript(String script)
      参数:
      script - the _Script to set
    • getItemHeader

      public String getItemHeader()
      返回:
      the _ItemHeader
    • setItemHeader

      public void setItemHeader(String itemHeader)
      参数:
      itemHeader - the _ItemHeader to set
    • getItemFooter

      public Descriptions getItemFooter()
      返回:
      the _ItemFooter
    • setItemFooter

      public void setItemFooter(Descriptions itemFooter)
      参数:
      itemFooter - the _ItemFooter to set
    • getPageFirst

      public SkinFrameLang getPageFirst()
      返回:
      the _PageFirst
    • setPageFirst

      public void setPageFirst(SkinFrameLang pageFirst)
      参数:
      pageFirst - the _PageFirst to set
    • getPageNext

      public SkinFrameLang getPageNext()
      返回:
      the _PageNext
    • setPageNext

      public void setPageNext(SkinFrameLang pageNext)
      参数:
      pageNext - the _PageNext to set
    • getPagePrev

      public SkinFrameLang getPagePrev()
      返回:
      the _PagePrev
    • setPagePrev

      public void setPagePrev(SkinFrameLang pagePrev)
      参数:
      pagePrev - the _PagePrev to set
    • getPageLast

      public SkinFrameLang getPageLast()
      返回:
      the _PageLast
    • setPageLast

      public void setPageLast(SkinFrameLang pageLast)
      参数:
      pageLast - the _PageLast to set
    • getBodyStart

      public String getBodyStart()
      返回:
      the _BodyStart
    • setBodyStart

      public void setBodyStart(String bodyStart)
      参数:
      bodyStart - the _BodyStart to set
    • getBodyEnd

      public String getBodyEnd()
      返回:
      the _BodyEnd
    • setBodyEnd

      public void setBodyEnd(String bodyEnd)
      参数:
      bodyEnd - the _BodyEnd to set