Sets the moveString attribute of the Equipment object @param aString The new moveString value
(final String aString)
| 1364 | * The new moveString value |
| 1365 | */ |
| 1366 | private void setMoveString(final String aString) |
| 1367 | { |
| 1368 | moveString = aString; |
| 1369 | } |
| 1370 | |
| 1371 | /** |
| 1372 | * Gets the name attribute of the Equipment object. Note |