|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasSoftwares
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 |
---|
void setSoftwares(HasSoftwares.Softwares_list softwares)
value
- to setHasSoftwares.Softwares_list getSoftwares()
void addToSoftwares(Software software)
void addToSoftwares(int position, Software software)
Software getFromSoftwares(int position)
void removeElementAtFromSoftwares(int position)
void removeFromSoftwares(Software software)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |