public class ServiceSummaryBean extends Object implements Serializable
| Constructor and Description |
|---|
ServiceSummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreatedOn() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getOrganizationId() |
String |
getOrganizationName() |
int |
hashCode() |
void |
setCreatedOn(Date createdOn) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOrganizationId(String organizationId) |
void |
setOrganizationName(String organizationName) |
String |
toString() |
public String getOrganizationId()
public void setOrganizationId(String organizationId)
organizationId - the organizationId to setpublic String getOrganizationName()
public void setOrganizationName(String organizationName)
organizationName - the organizationName to setpublic 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 Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn 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.