@Portable public class OrganizationSummaryBean extends Object implements Serializable
| Constructor and Description |
|---|
OrganizationSummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
String |
getName() |
int |
getNumApps() |
int |
getNumMembers() |
int |
getNumServices() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setNumApps(int numApps) |
void |
setNumMembers(int numMembers) |
void |
setNumServices(int numServices) |
public String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic int getNumApps()
public void setNumApps(int numApps)
numApps - the numApps to setpublic int getNumServices()
public void setNumServices(int numServices)
numServices - the numServices to setpublic int getNumMembers()
public void setNumMembers(int numMembers)
numMembers - the numMembers to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.