public class ArtifactImpl extends Object implements Artifact
| Constructor and Description |
|---|
ArtifactImpl() |
public void setStatus(String status)
public void setIcon(Object icon)
public String getName()
getName in interface BasicResourcepublic void setName(String name)
BasicResourcesetName in interface BasicResourcename - the name to setpublic Object getLicense()
getLicense in interface Artifactpublic void setLicense(Object license)
public String getCreatedAt()
getCreatedAt in interface Artifactpublic void setCreatedAt(String createdAt)
public String getActivatedAt()
getActivatedAt in interface Artifactpublic void setActivatedAt(String activatedAt)
public String getUpdatedAt()
getUpdatedAt in interface Artifactpublic void setUpdatedAt(String updatedAt)
public String getVisibility()
getVisibility in interface Artifactpublic void setVisibility(String visibility)
public Object getProvidedBy()
getProvidedBy in interface Artifactpublic void setProvidedBy(Object providedBy)
public String getVersion()
getVersion in interface Artifactpublic void setVersion(String version)
public Object getLicenseUrl()
getLicenseUrl in interface Artifactpublic void setLicenseUrl(Object licenseUrl)
public Object getSupportedBy()
getSupportedBy in interface Artifactpublic void setSupportedBy(Object supportedBy)
public void setOwner(String owner)
public List<Object> getRelease()
getRelease in interface Artifactpublic MetadataImpl getMetadata()
getMetadata in interface Artifactpublic void setMetadata(MetadataImpl metadata)
public String getId()
public void setId(String id)
IdEntitypublic String getDescription()
getDescription in interface Artifactpublic void setDescription(String description)
Copyright © 2017. All rights reserved.