org.overlord.sramp.client.ontology
Class OntologySummary
java.lang.Object
org.overlord.sramp.client.ontology.OntologySummary
public class OntologySummary
- extends Object
Models a summary of a single S-RAMP ontology from a Feed.
- Author:
- eric.wittmann@redhat.com
|
Constructor Summary |
OntologySummary(org.jboss.resteasy.plugins.providers.atom.Entry entry)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OntologySummary
public OntologySummary(org.jboss.resteasy.plugins.providers.atom.Entry entry)
- Constructor.
- Parameters:
entry -
getUuid
public String getUuid()
- Returns:
- the ontology uuid
getLastModifiedTimestamp
public Date getLastModifiedTimestamp()
- Returns:
- the ontology's last modified timestamp
getLabel
public String getLabel()
- Returns:
- the ontology's label
getCreatedTimestamp
public Date getCreatedTimestamp()
- Returns:
- the ontology's created timestamp
getCreatedBy
public String getCreatedBy()
- Returns:
- the ontology's created by
getComment
public String getComment()
- Returns:
- the ontology's comment
getBase
public String getBase()
- Returns:
- the ontology's comment
getId
public String getId()
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.