Get the int size of the Equipment object @return size as int
()
| 3435 | * @return size as int |
| 3436 | */ |
| 3437 | public int sizeInt() |
| 3438 | { |
| 3439 | SizeAdjustment size = getSizeAdjustment(); |
| 3440 | return size.get(IntegerKey.SIZEORDER); |
| 3441 | } |
| 3442 | |
| 3443 | /** |
| 3444 | * Returns the Equipment as a String |