com.webmethods.caf.portalclient.impl
Class TypedAttribute

java.lang.Object
  extended by com.webmethods.caf.portalclient.impl.TypedAttribute
All Implemented Interfaces:
Serializable

public class TypedAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String dataType
          Data type of the principal attribute
 String displayName
          The display string of the attribute
 String name
          The unique system name of the attribute
 Object value
          The value of this attribute
 
Constructor Summary
TypedAttribute()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataType

public String dataType
Data type of the principal attribute


displayName

public String displayName
The display string of the attribute


name

public String name
The unique system name of the attribute


value

public Object value
The value of this attribute

Constructor Detail

TypedAttribute

public TypedAttribute()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object