visidia.misc.property
Class VisidiaProperty

java.lang.Object
  extended by visidia.misc.property.VisidiaProperty
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class VisidiaProperty
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

The Class VisidiaProperty.

See Also:
Serialized Form

Nested Class Summary
 class VisidiaProperty.Tag
          The Class Tag.
 
Constructor Summary
VisidiaProperty(java.lang.Object key, java.lang.Object value, int tag)
          Instantiates a new visidia property.
 
Method Summary
 java.lang.Object getKey()
          Gets the key.
static int getPropertyTagFromStatus(int status)
          Gets the property tag from status.
 int getTag()
          Gets the tag.
 java.lang.Object getValue()
          Gets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisidiaProperty

public VisidiaProperty(java.lang.Object key,
                       java.lang.Object value,
                       int tag)
Instantiates a new visidia property.

Parameters:
key - the key
value - the value
tag - the tag
Method Detail

getKey

public java.lang.Object getKey()
Gets the key.

Returns:
the key

getValue

public java.lang.Object getValue()
Gets the value.

Returns:
the value

getTag

public int getTag()
Gets the tag.

Returns:
the tag

getPropertyTagFromStatus

public static int getPropertyTagFromStatus(int status)
Gets the property tag from status.

Parameters:
status - the status
Returns:
the property tag from status