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

Field Summary
static com.google.gwt.view.client.ProvidesKey<Document> KEY_PROVIDER
           
 
Method Summary
 List<DocumentAttributeDTO> getAttributes()
           
 String getContent()
           
 String getDescription()
           
 String getDisplayName()
           
 com.google.gwt.resources.client.ImageResource getIcon()
           
 String getId()
           
 String getName()
           
 DocumentTypeDTO getType()
           
 boolean isDirty()
           
 boolean isNew()
           
 void setContent(String value)
           
 void setDescription(String value)
           
 void setId(String value)
           
 void setName(String value)
           
 void setType(DocumentTypeDTO value)
           
 

Field Detail

KEY_PROVIDER

static final com.google.gwt.view.client.ProvidesKey<Document> KEY_PROVIDER
Method Detail

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.