org.ow2.util.ee.deploy.impl.helper
Class DeployableEntry

java.lang.Object
  extended by org.ow2.util.ee.deploy.impl.helper.DeployableEntry

public class DeployableEntry
extends Object

Entry representing the data when we want to add data to an existing Deployable.

Author:
Florent BENOIT

Constructor Summary
DeployableEntry()
           
 
Method Summary
 File getFile()
           
 String getName()
           
 void setFile(File file)
          Sets the file to use in this entry.
 void setName(String name)
          Sets the name of the entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployableEntry

public DeployableEntry()
Method Detail

getFile

public File getFile()
Returns:
the file of the entry.

setFile

public void setFile(File file)
Sets the file to use in this entry.

Parameters:
file - the given file

getName

public String getName()
Returns:
the name of the entry.

setName

public void setName(String name)
Sets the name of the entry.

Parameters:
name - the given name entry


Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.