@Entity public class OrganizationBean extends Object implements Serializable
| Constructor and Description |
|---|
OrganizationBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedBy() |
Date |
getCreatedOn() |
String |
getDescription() |
String |
getId() |
String |
getModifiedBy() |
Date |
getModifiedOn() |
String |
getName() |
int |
hashCode() |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setModifiedBy(String modifiedBy) |
void |
setModifiedOn(Date modifiedOn) |
void |
setName(String name) |
String |
toString() |
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 Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy - the modifiedBy to setpublic Date getModifiedOn()
public void setModifiedOn(Date modifiedOn)
modifiedOn - the modifiedOn 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.