org.mule.devkit.model.schema
Class BuiltBy

java.lang.Object
  extended by org.mule.devkit.model.schema.BuiltBy

public class BuiltBy
extends Object


Field Summary
protected  String build
           
protected  String version
           
 
Constructor Summary
BuiltBy()
           
 
Method Summary
 String getBuild()
           
 String getVersion()
           
 void setBuild(String build)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

build

protected String build

version

protected String version
Constructor Detail

BuiltBy

public BuiltBy()
Method Detail

getBuild

public String getBuild()

setBuild

public void setBuild(String build)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.