public class Branch extends Object
| Constructor and Description |
|---|
Branch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Boolean |
getIsDeleted() |
String |
getName() |
void |
setId(String id) |
void |
setIsDeleted(Boolean isDeleted) |
void |
setName(String name) |
Copyright © 2023. All rights reserved.