@Entity public class Organization extends Object implements Serializable
| Constructor and Description |
|---|
Organization() |
Organization(String name,
String uploadPath) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getName() |
List<Inout> |
getOutputs() |
String |
getUploadPath() |
List<Users> |
getUsers() |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setOutputs(List<Inout> outputs) |
void |
setUploadPath(String uploadPath) |
void |
setUsers(List<Users> users) |
Copyright © 2015. All rights reserved.