public class AidGroup extends Object
Modifier and Type | Method and Description |
---|---|
void |
addNewAid(String Aid)
Add a new AID to the current group.
|
String |
getCategory()
Return the category of the group of AIDs.
|
String |
getDescription()
Return the description of the group of AIDs.
|
void |
removeAid(String Aid)
Remove an AID from the current group.
|
public String getCategory()
public String getDescription()
public void addNewAid(String Aid)
Aid
- Application IDentifier to add to the current groupIllegalArgumentException
- Method is invoked with null
or an illegal argument.public void removeAid(String Aid)
Aid
- Application IDentifier to remove from the current groupIllegalArgumentException
- Method is invoked with null
or an illegal argument.