org.codehaus.mojo.runtime.model
Class Executable

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

public class Executable
extends java.lang.Object
implements java.io.Serializable

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

Constructor Summary
Executable()
           
 
Method Summary
 java.lang.String getId()
          Get
 java.lang.String getImplementation()
          Get
 java.lang.String getModelEncoding()
           
 void setId(java.lang.String id)
          Set
 void setImplementation(java.lang.String implementation)
          Set
 void setModelEncoding(java.lang.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 java.lang.String getId()
Get


getImplementation

public java.lang.String getImplementation()
Get


setId

public void setId(java.lang.String id)
Set

Parameters:
id -

setImplementation

public void setImplementation(java.lang.String implementation)
Set

Parameters:
implementation -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2009. All Rights Reserved.