com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure
Class ImportBean

java.lang.Object
  extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
      extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure.ImportBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class ImportBean
extends BPMNElementBean


Constructor Summary
ImportBean()
           
 
Method Summary
 java.lang.String getImportType()
           
 java.lang.String getLocation()
           
 java.lang.String getNamespace()
           
 SchemaBean getSchema()
           
 void setImportType(java.lang.String importType)
           
 void setLocation(java.lang.String location)
           
 void setNamespace(java.lang.String namespace)
           
 void setSchema(SchemaBean schema)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportBean

public ImportBean()
Method Detail

getNamespace

public java.lang.String getNamespace()

setNamespace

public void setNamespace(java.lang.String namespace)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

getImportType

public java.lang.String getImportType()

setImportType

public void setImportType(java.lang.String importType)

getSchema

public SchemaBean getSchema()

setSchema

public void setSchema(SchemaBean schema)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.