@Portable public class PluginSummaryBean extends Object implements Serializable
| Constructor and Description |
|---|
PluginSummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getCreatedBy() |
Date |
getCreatedOn() |
String |
getDescription() |
String |
getGroupId() |
Long |
getId() |
String |
getName() |
String |
getType() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setDescription(String description) |
void |
setGroupId(String groupId) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setType(String type) |
void |
setVersion(String version) |
public Long getId()
public void setId(Long id)
id - the id to setpublic String getGroupId()
public void setGroupId(String groupId)
groupId - the groupId to setpublic String getArtifactId()
public void setArtifactId(String artifactId)
artifactId - the artifactId to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getClassifier()
public void setClassifier(String classifier)
classifier - the classifier to setpublic String getType()
public void setType(String type)
type - the type 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 setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.