クラス MetaLocalizedReport

java.lang.Object
org.iplass.mtp.impl.web.template.report.MetaLocalizedReport
すべての実装されたインタフェース:
Serializable, org.iplass.mtp.impl.metadata.MetaData

public class MetaLocalizedReport extends Object implements org.iplass.mtp.impl.metadata.MetaData
関連項目:
  • コンストラクタの詳細

    • MetaLocalizedReport

      public MetaLocalizedReport()
    • MetaLocalizedReport

      public MetaLocalizedReport(String localeName, String fileName, byte[] binary, MetaReportType reportType)
  • メソッドの詳細

    • getLocaleName

      public String getLocaleName()
    • setLocaleName

      public void setLocaleName(String localeName)
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getBinary

      public byte[] getBinary()
    • setBinary

      public void setBinary(byte[] binary)
    • getReportType

      public MetaReportType getReportType()
    • setReportType

      public void setReportType(MetaReportType reportType)
    • copy

      public MetaLocalizedReport copy()
      定義:
      copy インタフェース内 org.iplass.mtp.impl.metadata.MetaData
    • applyConfig

      public void applyConfig(LocalizedReportDefinition definition)
    • currentConfig

      public LocalizedReportDefinition currentConfig()