public class ArtifactSummary extends Object
| Constructor and Description |
|---|
ArtifactSummary(org.jboss.resteasy.plugins.providers.atom.Entry entry)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy() |
Date |
getCreatedTimestamp() |
String |
getCustomPropertyValue(String propertyName)
Returns the value of a property included in the query result set.
|
String |
getDescription() |
Date |
getLastModifiedTimestamp() |
String |
getName() |
ArtifactType |
getType() |
String |
getUuid() |
boolean |
isDerived() |
boolean |
isExtendedType() |
public ArtifactSummary(org.jboss.resteasy.plugins.providers.atom.Entry entry)
entry - public ArtifactType getType()
public String getUuid()
public Date getLastModifiedTimestamp()
public String getName()
public Date getCreatedTimestamp()
public String getCreatedBy()
public String getDescription()
public boolean isExtendedType()
public boolean isDerived()
public String getCustomPropertyValue(String propertyName)
propertyName - the name of the propertyCopyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.