org.overlord.sramp.ui.shared.beans
Class ArtifactDetails
java.lang.Object
org.overlord.sramp.ui.shared.beans.ArtifactSummary
org.overlord.sramp.ui.shared.beans.ArtifactDetails
- All Implemented Interfaces:
- Serializable
public class ArtifactDetails
- extends ArtifactSummary
- implements Serializable
Models the full details of an s-ramp artifact. This is a heavy-weight object and
should never be returned as part of a list. Lists of artifacts should always be
made up of ArtifactSummary objects.
- Author:
- eric.wittmann@redhat.com
- See Also:
- Serialized Form
| Methods inherited from class org.overlord.sramp.ui.shared.beans.ArtifactSummary |
equals, getCreatedBy, getCreatedOn, getDescription, getModel, getName, getProperty, getPropertyNames, getType, getUpdatedOn, getUuid, hashCode, setCreatedBy, setCreatedOn, setDescription, setModel, setName, setProperty, setType, setUpdatedOn, setUuid |
ArtifactDetails
public ArtifactDetails()
- Constructor.
getUpdatedBy
public String getUpdatedBy()
- Returns:
- the updatedBy
setUpdatedBy
public void setUpdatedBy(String updatedBy)
- Parameters:
updatedBy - the updatedBy to set
getClassifiedBy
public List<String> getClassifiedBy()
- Returns:
- the classifiedBy
addClassifiedBy
public void addClassifiedBy(String classification)
- Parameters:
classification -
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.