com.xebialabs.deployit.engine.api.dto
Class AbstractDto

java.lang.Object
  extended by com.xebialabs.deployit.engine.api.dto.AbstractDto
Direct Known Subclasses:
ArtifactAndData, Deployment, FileUpload, Permission, Role, ServerInfo, ServerPluginInfo, User

public abstract class AbstractDto
extends java.lang.Object


Constructor Summary
AbstractDto()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractDto

public AbstractDto()
Method Detail

toString

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