org.hudsonci.maven.plugin.ui.gwt.configure.documents
Interface Document
public interface Document
Abstraction of a Maven configuration document.
- Since:
- 2.1.0
- Author:
- Jason Dillon
KEY_PROVIDER
static final com.google.gwt.view.client.ProvidesKey<Document> KEY_PROVIDER
setId
void setId(String value)
getId
String getId()
setType
void setType(DocumentTypeDTO value)
getType
DocumentTypeDTO getType()
setName
void setName(String value)
getName
String getName()
setDescription
void setDescription(String value)
getDescription
String getDescription()
setContent
void setContent(String value)
getContent
String getContent()
getAttributes
List<DocumentAttributeDTO> getAttributes()
getIcon
com.google.gwt.resources.client.ImageResource getIcon()
getDisplayName
String getDisplayName()
isNew
boolean isNew()
isDirty
boolean isDirty()
Copyright © 2004-2011 Hudson. All Rights Reserved.