org.codehaus.mojo.runtime.model
Class Executable

java.lang.Object
  extended by org.codehaus.mojo.runtime.model.Executable
All Implemented Interfaces:
Serializable

public class Executable
extends Object
implements Serializable

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Executable()
           
 
Method Summary
 String getId()
          Get
 String getImplementation()
          Get
 String getModelEncoding()
           
 void setId(String id)
          Set
 void setImplementation(String implementation)
          Set
 void setModelEncoding(String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executable

public Executable()
Method Detail

getId

public String getId()
Get


getImplementation

public String getImplementation()
Get


setId

public void setId(String id)
Set

Parameters:
id -

setImplementation

public void setImplementation(String implementation)
Set

Parameters:
implementation -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2011 Codehaus. All Rights Reserved.