@Portable public class ArtifactSummaryBean extends Object
| Constructor and Description |
|---|
ArtifactSummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedBy() |
Date |
getCreatedOn() |
String |
getDescription() |
String |
getModel() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getProperty(String propName)
Gets a property by name.
|
Set<String> |
getPropertyNames() |
String |
getRawType() |
String |
getType() |
Date |
getUpdatedOn() |
String |
getUuid() |
int |
hashCode() |
boolean |
isDerived() |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setDerived(boolean derived) |
void |
setDescription(String description) |
void |
setModel(String model) |
void |
setName(String name) |
void |
setProperties(Map<String,String> properties) |
void |
setProperty(String propName,
String propVal)
Sets a property.
|
void |
setRawType(String rawType) |
void |
setType(String type) |
void |
setUpdatedOn(Date updatedOn) |
void |
setUuid(String uuid) |
public String getModel()
public String getType()
public String getUuid()
public String getName()
public String getDescription()
public String getCreatedBy()
public Date getCreatedOn()
public Date getUpdatedOn()
public boolean isDerived()
public void setModel(String model)
model - the model to setpublic void setType(String type)
type - the type to setpublic void setUuid(String uuid)
uuid - the uuid to setpublic void setName(String name)
name - the name to setpublic void setDescription(String description)
description - the description to setpublic void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic void setUpdatedOn(Date updatedOn)
updatedOn - the updatedOn to setpublic void setProperties(Map<String,String> properties)
properties - the properties to setpublic void setDerived(boolean derived)
derived - the derived to setpublic String getProperty(String propName)
propName - public void setProperty(String propName, String propVal)
propName - propVal - public Set<String> getPropertyNames()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String getRawType()
public void setRawType(String rawType)
rawType - the rawType to setCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.