org.apache.archiva.rest.api.model
Class ArtifactContent
java.lang.Object
org.apache.archiva.rest.api.model.ArtifactContent
- All Implemented Interfaces:
- Serializable
public class ArtifactContent
- extends Object
- implements Serializable
- Since:
- 1.4-M3
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactContent
public ArtifactContent()
ArtifactContent
public ArtifactContent(String content,
String repositoryId)
getContent
public String getContent()
setContent
public void setContent(String content)
getRepositoryId
public String getRepositoryId()
setRepositoryId
public void setRepositoryId(String repositoryId)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.