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

java.lang.Object
  extended by org.apache.archiva.rest.api.model.MetadataAddRequest
All Implemented Interfaces:
Serializable

public class MetadataAddRequest
extends Object
implements Serializable

Since:
1.4-M4
Author:
Adrien Lecharpentier <alecharp@apache.org>
See Also:
Serialized Form

Constructor Summary
MetadataAddRequest()
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 Map<String,String> getMetadatas()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setMetadatas(Map<String,String> metadatas)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataAddRequest

public MetadataAddRequest()
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getMetadatas

public Map<String,String> getMetadatas()

setMetadatas

public void setMetadatas(Map<String,String> metadatas)


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.