class StoreSomethingStr { String something; String get() { return something; } void set(String some) { something = some; } }