intra-mart 6.1.14

jp.co.intra_mart.framework.base.web.tag.attribute
クラス CoreAttributes

java.lang.Object
  拡張jp.co.intra_mart.framework.base.web.tag.attribute.GenericAttributes
      拡張jp.co.intra_mart.framework.base.web.tag.attribute.CoreAttributes

public class CoreAttributes
extends GenericAttributes

コア属性です。

バージョン:
1.0

コンストラクタの概要
CoreAttributes()
          CoreAttributesを新規に生成します。
 
メソッドの概要
 String getStyle()
          属性styleの値を取得します。
 String getTagClass()
          属性classの値を取得します。
 String getTitle()
          属性titleの値を取得します。
 void printAttributes()
          属性の内容を表示します。
 void setStyle(String style)
          属性styleの値を設定します。
 void setTagClass(String tagClass)
          属性classの値を設定します。
 void setTitle(String title)
          属性titleの値を設定します。
 
クラス jp.co.intra_mart.framework.base.web.tag.attribute.GenericAttributes から継承したメソッド
getTagWriter, setTagWriter
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CoreAttributes

public CoreAttributes()
CoreAttributesを新規に生成します。

メソッドの詳細

getTagClass

public String getTagClass()
属性classの値を取得します。

戻り値:
class

setTagClass

public void setTagClass(String tagClass)
属性classの値を設定します。

パラメータ:
tagClass - class

getStyle

public String getStyle()
属性styleの値を取得します。

戻り値:
style

setStyle

public void setStyle(String style)
属性styleの値を設定します。

パラメータ:
style - style

getTitle

public String getTitle()
属性titleの値を取得します。

戻り値:
title

setTitle

public void setTitle(String title)
属性titleの値を設定します。

パラメータ:
title - title

printAttributes

public void printAttributes()
                     throws IOException
属性の内容を表示します。

定義:
クラス GenericAttributes 内の printAttributes
例外:
IOException - 出力中に例外が発生

intra-mart 6.1.14

Copyright © 2000-2010 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.