|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Nested Class Summary | |
static class |
HasSoftwares.Softwares_list
Inner list class for holding multiple entries for attribute softwares. |
| Method Summary | |
void |
addToSoftwares(int position,
Software software)
Method to add Software at position to Softwares_list |
void |
addToSoftwares(Software software)
Method to add Software to Softwares_list |
Software |
getFromSoftwares(int position)
Method to get Software from Softwares_list |
HasSoftwares.Softwares_list |
getSoftwares()
Get method for softwares |
void |
removeElementAtFromSoftwares(int position)
Method to remove by position from Softwares_list |
void |
removeFromSoftwares(Software software)
Method to remove first Software from Softwares_list |
void |
setSoftwares(HasSoftwares.Softwares_list softwares)
Set method for softwares |
| Method Detail |
public void setSoftwares(HasSoftwares.Softwares_list softwares)
public HasSoftwares.Softwares_list getSoftwares()
public void addToSoftwares(Software software)
public void addToSoftwares(int position,
Software software)
public Software getFromSoftwares(int position)
public void removeElementAtFromSoftwares(int position)
public void removeFromSoftwares(Software software)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||