com.xebialabs.deployit.core.api.dto
Class ArtifactDto

java.lang.Object
  extended by com.xebialabs.deployit.core.api.dto.RepositoryObject
      extended by com.xebialabs.deployit.core.api.dto.ConfigurationItemDto
          extended by com.xebialabs.deployit.core.api.dto.ArtifactDto

public class ArtifactDto
extends ConfigurationItemDto


Constructor Summary
ArtifactDto()
           
ArtifactDto(java.lang.String type)
           
 
Method Summary
 java.lang.String getFilename()
           
 void setFilename(java.lang.String filename)
           
 java.lang.String toString()
           
 
Methods inherited from class com.xebialabs.deployit.core.api.dto.RepositoryObject
addPropertyValue, addValidation, getCreatingTaskId, getId, getLastModified, getOverrideLastModified, getType, getValidations, getValues, setCreatingTaskId, setId, setLastModified, setOverrideLastModified, setProperties, setProperty, setType, setValidations, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtifactDto

public ArtifactDto()

ArtifactDto

public ArtifactDto(java.lang.String type)
Method Detail

getFilename

public java.lang.String getFilename()

setFilename

public void setFilename(java.lang.String filename)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object