@Portable public class OntologySummaryBean extends Object
| Constructor and Description |
|---|
OntologySummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBase() |
String |
getComment() |
String |
getCreatedBy() |
Date |
getCreatedOn() |
String |
getId() |
String |
getLabel() |
Date |
getLastModifiedOn() |
String |
getUuid() |
void |
setBase(String base) |
void |
setComment(String comment) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setLastModifiedOn(Date lastModifiedOn) |
void |
setUuid(String uuid) |
public String getUuid()
public String getId()
public String getBase()
public String getLabel()
public String getComment()
public String getCreatedBy()
public Date getCreatedOn()
public Date getLastModifiedOn()
public void setUuid(String uuid)
uuid - the uuid to setpublic void setId(String id)
id - the id to setpublic void setBase(String base)
base - the base to setpublic void setLabel(String label)
label - the label to setpublic void setComment(String comment)
comment - the comment to setpublic void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic void setLastModifiedOn(Date lastModifiedOn)
lastModifiedOn - the lastModifiedOn to setCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.