org.apache.archiva.rest.api.model
Class ArtifactContent

java.lang.Object
  extended by 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

Constructor Summary
ArtifactContent()
           
ArtifactContent(String content, String repositoryId)
           
 
Method Summary
 String getContent()
           
 String getRepositoryId()
           
 void setContent(String content)
           
 void setRepositoryId(String repositoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactContent

public ArtifactContent()

ArtifactContent

public ArtifactContent(String content,
                       String repositoryId)
Method Detail

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.