net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl
Class FileItemImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.FileItemImpl
All Implemented Interfaces:
Serializable, Cloneable, FileItem

public class FileItemImpl
extends Object
implements Serializable, Cloneable, FileItem

See Also:
Serialized Form

Field Summary
protected  String destName
           
protected  String fileMode
           
protected  Boolean filtered
           
protected  String lineEnding
           
protected  String outputDirectory
           
protected  String source
           
 
Constructor Summary
FileItemImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.FileItemImpl instance.
FileItemImpl(FileItemImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.FileItemImpl instance by copying a given instance.
 
Method Summary
 FileItemImpl clone()
          Creates and returns a copy of this object.
 String getDestName()
          Gets the value of the destName property.
 String getFileMode()
          Gets the value of the fileMode property.
 String getLineEnding()
          Gets the value of the lineEnding property.
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 String getSource()
          Gets the value of the source property.
 Boolean isFiltered()
          Gets the value of the filtered property.
 void setDestName(String value)
          Sets the value of the destName property.
 void setFileMode(String value)
          Sets the value of the fileMode property.
 void setFiltered(Boolean value)
          Sets the value of the filtered property.
 void setLineEnding(String value)
          Sets the value of the lineEnding property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setSource(String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected String source

outputDirectory

protected String outputDirectory

destName

protected String destName

fileMode

protected String fileMode

lineEnding

protected String lineEnding

filtered

protected Boolean filtered
Constructor Detail

FileItemImpl

public FileItemImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.FileItemImpl instance.


FileItemImpl

public FileItemImpl(FileItemImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.FileItemImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getSource

public String getSource()
Description copied from interface: FileItem
Gets the value of the source property.

Specified by:
getSource in interface FileItem
Returns:
possible object is String

setSource

public void setSource(String value)
Description copied from interface: FileItem
Sets the value of the source property.

Specified by:
setSource in interface FileItem
Parameters:
value - allowed object is String

getOutputDirectory

public String getOutputDirectory()
Description copied from interface: FileItem
Gets the value of the outputDirectory property.

Specified by:
getOutputDirectory in interface FileItem
Returns:
possible object is String

setOutputDirectory

public void setOutputDirectory(String value)
Description copied from interface: FileItem
Sets the value of the outputDirectory property.

Specified by:
setOutputDirectory in interface FileItem
Parameters:
value - allowed object is String

getDestName

public String getDestName()
Description copied from interface: FileItem
Gets the value of the destName property.

Specified by:
getDestName in interface FileItem
Returns:
possible object is String

setDestName

public void setDestName(String value)
Description copied from interface: FileItem
Sets the value of the destName property.

Specified by:
setDestName in interface FileItem
Parameters:
value - allowed object is String

getFileMode

public String getFileMode()
Description copied from interface: FileItem
Gets the value of the fileMode property.

Specified by:
getFileMode in interface FileItem
Returns:
possible object is String

setFileMode

public void setFileMode(String value)
Description copied from interface: FileItem
Sets the value of the fileMode property.

Specified by:
setFileMode in interface FileItem
Parameters:
value - allowed object is String

getLineEnding

public String getLineEnding()
Description copied from interface: FileItem
Gets the value of the lineEnding property.

Specified by:
getLineEnding in interface FileItem
Returns:
possible object is String

setLineEnding

public void setLineEnding(String value)
Description copied from interface: FileItem
Sets the value of the lineEnding property.

Specified by:
setLineEnding in interface FileItem
Parameters:
value - allowed object is String

isFiltered

public Boolean isFiltered()
Description copied from interface: FileItem
Gets the value of the filtered property.

Specified by:
isFiltered in interface FileItem
Returns:
possible object is Boolean

setFiltered

public void setFiltered(Boolean value)
Description copied from interface: FileItem
Sets the value of the filtered property.

Specified by:
setFiltered in interface FileItem
Parameters:
value - allowed object is Boolean

clone

public FileItemImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.