@Entity public class Organization extends Object implements Serializable
Account
as its validity spreads across workspaces.Constructor and Description |
---|
Organization() |
Organization(String pName,
Account pOwner,
String pDescription) |
Modifier and Type | Method and Description |
---|---|
boolean |
addMember(Account pAccount) |
boolean |
equals(Object o) |
String |
getDescription() |
List<Account> |
getMembers() |
String |
getName() |
Account |
getOwner() |
int |
hashCode() |
boolean |
removeMember(Account pAccount) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setOwner(Account owner) |
String |
toString() |
public boolean addMember(Account pAccount)
public boolean removeMember(Account pAccount)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Account getOwner()
public void setOwner(Account owner)
Copyright © 2017 DocDoku. All rights reserved.