|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraccoon.core.manager.thin.Property
public class Property
A descriptor of a property belonging to a component.
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 |
---|
public Property()
public Property(java.lang.String pName, java.lang.String pValue)
public Property(java.lang.String pName, java.lang.String pValue, java.lang.String pType)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String pName)
pName
- the name of the property.public java.lang.String getValue()
public void setValue(java.lang.String pValue)
pValue
- the string representation of this value.public java.lang.String getType()
public void setType(java.lang.String pType)
pType
- the type.PsfMessageTypes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |