|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.manager.data.ComponentLink
public class ComponentLink
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.
| Constructor Summary | |
|---|---|
ComponentLink()
Default constructor for ComponentLink. |
|
ComponentLink(java.lang.String pPropertyName,
java.lang.String pComponentName)
|
|
ComponentLink(java.lang.String pPropertyName,
java.lang.String pComponentName,
java.lang.String pComponentType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
Equals method for raccoon.core.manager.data.ComponentLink |
java.lang.String |
getComponentName()
Getter method for componentName |
java.lang.String |
getComponentType()
Getter method for componentType |
java.lang.String |
getPropertyName()
Getter method for propertyName |
void |
setComponentName(java.lang.String pComponentName)
Setter method for componentName |
void |
setComponentType(java.lang.String pComponentType)
Setter method for componentType |
void |
setPropertyName(java.lang.String pPropertyName)
Setter method for propertyName |
java.lang.String |
toString()
toString() method for raccoon.core.manager.data.ComponentLink |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentLink()
public ComponentLink(java.lang.String pPropertyName,
java.lang.String pComponentName)
public ComponentLink(java.lang.String pPropertyName,
java.lang.String pComponentName,
java.lang.String pComponentType)
| Method Detail |
|---|
public void setPropertyName(java.lang.String pPropertyName)
pPropertyName - the new value for this propertypublic java.lang.String getPropertyName()
public void setComponentName(java.lang.String pComponentName)
pComponentName - the new value for this propertypublic java.lang.String getComponentName()
public void setComponentType(java.lang.String pComponentType)
pComponentType - the new value for this propertypublic java.lang.String getComponentType()
public boolean equals(java.lang.Object pObject)
equals in class java.lang.ObjectpObject - the object that this instance has to be compared to.
true if the two objects contain the same data.Object.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||