jp.oarts.pirka.iop.tool.core.general.vo
クラス InterfaceDataItemAttribute.AttributeKey

java.lang.Object
  上位を拡張 jp.oarts.pirka.iop.tool.core.general.vo.InterfaceDataItemAttribute.AttributeKey
すべての実装されたインタフェース:
java.io.Serializable
含まれているクラス:
InterfaceDataItemAttribute

public class InterfaceDataItemAttribute.AttributeKey
extends java.lang.Object
implements java.io.Serializable

属性キークラス

作成者:
ito
関連項目:
直列化された形式

フィールドの概要
 java.lang.String attributeManagerName
          属性管理名
 java.lang.String keyName
          属性キー名
 
コンストラクタの概要
InterfaceDataItemAttribute.AttributeKey(java.lang.String attributeManagerName, java.lang.String keyName)
          コンストラクタ
InterfaceDataItemAttribute.AttributeKey(XmlParserData xml)
          コンストラクタ
 
メソッドの概要
 boolean equals(java.lang.Object obj)
           
 InterfaceDataItemAttribute.AttributeKey fromXml(XmlParserData xml)
          XMLデータより自オブジェクトを作成する
 int hashCode()
           
 java.lang.String toString()
           
 void toXml(XmlCreatorNode baseNode)
          このオブジェクトをXMLへ格納する
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

attributeManagerName

public java.lang.String attributeManagerName
属性管理名


keyName

public java.lang.String keyName
属性キー名

コンストラクタの詳細

InterfaceDataItemAttribute.AttributeKey

public InterfaceDataItemAttribute.AttributeKey(java.lang.String attributeManagerName,
                                               java.lang.String keyName)
コンストラクタ

パラメータ:
attributeManagerName - 属性管理名
keyName - 属性キー名

InterfaceDataItemAttribute.AttributeKey

public InterfaceDataItemAttribute.AttributeKey(XmlParserData xml)
                                        throws InterfaceException
コンストラクタ

パラメータ:
xml - XMLデータ
例外:
InterfaceException
メソッドの詳細

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

toXml

public void toXml(XmlCreatorNode baseNode)
このオブジェクトをXMLへ格納する

パラメータ:
baseNode -

fromXml

public InterfaceDataItemAttribute.AttributeKey fromXml(XmlParserData xml)
                                                throws InterfaceException
XMLデータより自オブジェクトを作成する

パラメータ:
xml - XMLデータ
戻り値:
自オブジェクト
例外:
InterfaceException

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals