raccoon.core.manager.thin
Class Property

java.lang.Object
  extended by raccoon.core.manager.thin.Property

public class Property
extends java.lang.Object

A descriptor of a property belonging to a component.

Since:
Raccoon v0.7
Version:
$Id: Property.java,v 1.1 2004/08/08 20:19:17 crouvrais Exp $
Author:
Cedric ROUVRAIS

Constructor Summary
Property()
           
Property(java.lang.String pName, java.lang.String pValue)
           
Property(java.lang.String pName, java.lang.String pValue, java.lang.String pType)
           
 
Method Summary
 java.lang.String getName()
          The name of the property.
 java.lang.String getType()
          The type of this property.
 java.lang.String getValue()
          The default value of this property
 void setName(java.lang.String pName)
          Defines the name of the property.
 void setType(java.lang.String pType)
          Assigns the type of this property.
 void setValue(java.lang.String pValue)
          Defines the value of this property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(java.lang.String pName,
                java.lang.String pValue)

Property

public Property(java.lang.String pName,
                java.lang.String pValue,
                java.lang.String pType)
Method Detail

getName

public java.lang.String getName()
The name of the property.

Returns:
the property name

setName

public void setName(java.lang.String pName)
Defines the name of the property.

Parameters:
pName - the name of the property.

getValue

public java.lang.String getValue()
The default value of this property

Returns:
the value, in a string representation.

setValue

public void setValue(java.lang.String pValue)
Defines the value of this property.

Parameters:
pValue - the string representation of this value.

getType

public java.lang.String getType()
The type of this property.

Returns:
the property type.

setType

public void setType(java.lang.String pType)
Assigns the type of this property.

Parameters:
pType - the type.
See Also:
PsfMessageTypes


Copyright null null. All Rights Reserved.