|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.ui.shared.beans.ArtifactSummary
public class ArtifactSummary
A simple data bean for returning summary information for an artifact.
| Constructor Summary | |
|---|---|
ArtifactSummary()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCreatedBy()
|
Date |
getCreatedOn()
|
String |
getDescription()
|
String |
getModel()
|
String |
getName()
|
String |
getProperty(String propName)
Gets a property by name. |
Set<String> |
getPropertyNames()
|
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 |
setProperty(String propName,
String propVal)
Sets a property. |
void |
setType(String type)
|
void |
setUpdatedOn(Date updatedOn)
|
void |
setUuid(String uuid)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArtifactSummary()
| Method Detail |
|---|
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic Date getUpdatedOn()
public void setUpdatedOn(Date updatedOn)
updatedOn - the updatedOn 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 getType()
public void setType(String type)
type - the type to setpublic String getModel()
public void setModel(String model)
model - the model to setpublic boolean isDerived()
public void setDerived(boolean derived)
derived - the derived to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||