Class TopViewDefinition

java.lang.Object
org.iplass.mtp.view.top.TopViewDefinition
All Implemented Interfaces:
Serializable, Definition

public class TopViewDefinition extends Object implements Definition
TOP画面定義
See Also:
  • Constructor Details

    • TopViewDefinition

      public TopViewDefinition()
  • Method Details

    • getName

      public String getName()
      定義名を取得します。
      Specified by:
      getName in interface Definition
      Returns:
      定義名
    • setName

      public void setName(String name)
      定義名を設定します。
      Specified by:
      setName in interface Definition
      Parameters:
      name - 定義名
    • getDisplayName

      public String getDisplayName()
      表示名を取得します。
      Specified by:
      getDisplayName in interface Definition
      Returns:
      表示名
    • setDisplayName

      public void setDisplayName(String displayName)
      表示名を設定します。
      Specified by:
      setDisplayName in interface Definition
      Parameters:
      displayName - 表示名
    • getDescription

      public String getDescription()
      概要を取得します。
      Specified by:
      getDescription in interface Definition
      Returns:
      概要
    • setDescription

      public void setDescription(String description)
      概要を設定します。
      Specified by:
      setDescription in interface Definition
      Parameters:
      description - 概要
    • getParts

      public List<TopViewParts> getParts()
      TOP画面パーツを取得します。
      Returns:
      TOP画面パーツ
    • setParts

      public void setParts(List<TopViewParts> parts)
      TOP画面パーツを設定します。
      Parameters:
      parts - TOP画面パーツ
    • addParts

      public void addParts(TopViewParts parts)
      TOP画面パーツを追加します。
      Parameters:
      parts - TOP画面パーツ
    • getWidgets

      public List<TopViewParts> getWidgets()
      ウィジェットを取得します。
      Returns:
      ウィジェット
    • setWidgets

      public void setWidgets(List<TopViewParts> widgets)
      ウィジェットを設定します。
      Parameters:
      widgets - ウィジェット
    • addWidget

      public void addWidget(TopViewParts widget)
      ウィジェットを追加します。
      Parameters:
      widget - ウィジェット