fr.improve.xdi.mapping
Class Attribute

java.lang.Object
  extended byfr.improve.xdi.mapping.Attribute
All Implemented Interfaces:
java.io.Serializable

public class Attribute
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String key
           
protected  java.lang.Class type
           
 
Constructor Summary
Attribute(java.lang.String in_name, java.lang.Class in_type)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.Class getType()
           
 void setKey(java.lang.String string)
           
 void setType(java.lang.Class class1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected java.lang.String key

type

protected java.lang.Class type
Constructor Detail

Attribute

public Attribute(java.lang.String in_name,
                 java.lang.Class in_type)
Method Detail

getKey

public java.lang.String getKey()

getType

public java.lang.Class getType()

setKey

public void setKey(java.lang.String string)

setType

public void setType(java.lang.Class class1)


Copyright © 2004-2005 Improve. All Rights Reserved.