|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.manager.data.Services
public class Services
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 | |
|---|---|
Services()
Default constructor for Services. |
|
| Method Summary | |
|---|---|
void |
addComponent(Component pComponents)
Adder method for components |
boolean |
equals(java.lang.Object pObject)
Equals method for raccoon.core.manager.data.Services |
java.util.Vector |
getComponents()
Getter method for components |
Component |
getComponents(int pIndex)
Retrieves the element from the collection components
at the specified index |
int |
getComponentsSize()
Retrieves the number of elements within the collection components |
java.lang.String |
getName()
Getter method for name |
java.util.Iterator |
iterComponents()
Iterator on the elements within the collection components |
void |
setComponents(int pIndex,
Component pComponents)
Setter method for components |
void |
setComponents(java.util.Vector pComponents)
Setter method for components |
void |
setName(java.lang.String pName)
Setter method for name |
java.lang.String |
toString()
toString() method for raccoon.core.manager.data.Services |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Services()
| Method Detail |
|---|
public void setComponents(java.util.Vector pComponents)
pComponents - the new value for this property
public void setComponents(int pIndex,
Component pComponents)
throws java.lang.ArrayIndexOutOfBoundsException
pIndex - the position at which the value should be insertedpComponents - the new value to be inserted at the given index
java.lang.ArrayIndexOutOfBoundsException - if the index is negative or not less than the
current size of componentspublic java.util.Vector getComponents()
public Component getComponents(int pIndex)
throws java.lang.ArrayIndexOutOfBoundsException
components
at the specified index
pIndex - index of the desired element
components[pIndex]
java.lang.ArrayIndexOutOfBoundsException - if the index is negative or not less than the
current size of componentspublic java.util.Iterator iterComponents()
public int getComponentsSize()
public void addComponent(Component pComponents)
pComponents - the element to add to the collectionpublic void setName(java.lang.String pName)
pName - the new value for this propertypublic java.lang.String getName()
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 | |||||||||