@Entity public class Organization extends Persona
| Modifier | Constructor and Description |
|---|---|
protected |
Organization() |
|
Organization(Persona owner) |
|
Organization(String id,
Persona owner) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Persona |
getOwner() |
void |
setDescription(String description) |
void |
setName(String name) |
equals, getCreatedAt, getId, getUpdatedAt, hashCode, setUpdatedAt, toStringprotected Organization()
public Organization(Persona owner)
Copyright © 2015 Red Hat, Inc.. All rights reserved.