org.hudsonci.maven.model.config
Class DocumentDTOHelper

java.lang.Object
  extended by org.hudsonci.maven.model.config.DocumentDTOHelper

public class DocumentDTOHelper
extends Object

Helper for DocumentDTO.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
DocumentDTOHelper()
           
 
Method Summary
static String asString(DocumentDTO source)
           
static Object getAttribute(DocumentDTO source, Object name)
           
static void setAttribute(DocumentDTO source, Object name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentDTOHelper

public DocumentDTOHelper()
Method Detail

asString

public static String asString(DocumentDTO source)

setAttribute

public static void setAttribute(DocumentDTO source,
                                Object name,
                                Object value)

getAttribute

public static Object getAttribute(DocumentDTO source,
                                  Object name)


Copyright © 2004-2011 Hudson. All Rights Reserved.