raccoon.core.manager.data
Class Property

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

public class Property
extends java.lang.Object

Bean generated by the Raccoon Framework, complies to the Raccoon specification of a java bean.

Thanks to Luca Di Pasquale for the feedback and testing.

Author:
Cedric ROUVRAIS

Constructor Summary
Property()
          Default constructor for Property.
Property(java.lang.String pPropertyName, java.lang.String pPropertyValue)
           
Property(java.lang.String pPropertyName, java.lang.String pPropertyValue, java.lang.String pPropertyType)
           
 
Method Summary
 boolean equals(java.lang.Object pObject)
          Equals method for raccoon.core.manager.data.Property
 java.lang.String getCollectionType()
          Getter method for collectionType
 java.lang.String getPropertyName()
          Getter method for propertyName
 java.lang.String getPropertyType()
          Getter method for propertyType
 java.lang.String getPropertyValue()
          Getter method for propertyValue
 void setCollectionType(java.lang.String pCollectionType)
          Setter method for collectionType
 void setPropertyName(java.lang.String pPropertyName)
          Setter method for propertyName
 void setPropertyType(java.lang.String pPropertyType)
          Setter method for propertyType
 void setPropertyValue(java.lang.String pPropertyValue)
          Setter method for propertyValue
 java.lang.String toString()
          toString() method for raccoon.core.manager.data.Property
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property()
Default constructor for Property. Required by Raccoon for transport over the EAI bus


Property

public Property(java.lang.String pPropertyName,
                java.lang.String pPropertyValue)

Property

public Property(java.lang.String pPropertyName,
                java.lang.String pPropertyValue,
                java.lang.String pPropertyType)
Method Detail

setPropertyValue

public void setPropertyValue(java.lang.String pPropertyValue)
Setter method for propertyValue

Parameters:
pPropertyValue - the new value for this property

getPropertyValue

public java.lang.String getPropertyValue()
Getter method for propertyValue

Returns:
the value of PropertyValue

setPropertyName

public void setPropertyName(java.lang.String pPropertyName)
Setter method for propertyName

Parameters:
pPropertyName - the new value for this property

getPropertyName

public java.lang.String getPropertyName()
Getter method for propertyName

Returns:
the value of PropertyName

setPropertyType

public void setPropertyType(java.lang.String pPropertyType)
Setter method for propertyType

Parameters:
pPropertyType - the new value for this property

getPropertyType

public java.lang.String getPropertyType()
Getter method for propertyType

Returns:
the value of PropertyType

setCollectionType

public void setCollectionType(java.lang.String pCollectionType)
Setter method for collectionType

Parameters:
pCollectionType - the new value for this property

getCollectionType

public java.lang.String getCollectionType()
Getter method for collectionType

Returns:
the value of collectionType

equals

public boolean equals(java.lang.Object pObject)
Equals method for raccoon.core.manager.data.Property

Overrides:
equals in class java.lang.Object
Parameters:
pObject - the object that this instance has to be compared to.
Returns:
true if the two objects contain the same data.
See Also:
Object.equals(java.lang.Object)

toString

public java.lang.String toString()
toString() method for raccoon.core.manager.data.Property

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright null null. All Rights Reserved.