net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl
Class ReleaseImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.ReleaseImpl
All Implemented Interfaces:
Serializable, Cloneable, Release

public class ReleaseImpl
extends Object
implements Serializable, Cloneable, Release

See Also:
Serialized Form

Field Summary
protected  Action[] action
           
protected  String date
           
protected  String description
           
protected  String version
           
 
Constructor Summary
ReleaseImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.ReleaseImpl instance.
ReleaseImpl(ReleaseImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.ReleaseImpl instance by copying a given instance.
 
Method Summary
 ReleaseImpl clone()
          Creates and returns a copy of this object.
 void copyAction(Action[] source)
          Copies all values of property Action.
 Action[] getAction()
           
 Action getAction(int idx)
           
 int getActionLength()
           
 String getDate()
          Gets the value of the date property.
 String getDescription()
          Gets the value of the description property.
 String getVersion()
          Gets the value of the version property.
 void setAction(Action[] values)
           
 Action setAction(int idx, Action value)
           
 void setDate(String value)
          Sets the value of the date property.
 void setDescription(String value)
          Sets the value of the description property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

protected Action[] action

version

protected String version

date

protected String date

description

protected String description
Constructor Detail

ReleaseImpl

public ReleaseImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.ReleaseImpl instance.


ReleaseImpl

public ReleaseImpl(ReleaseImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.ReleaseImpl instance by copying a given instance.

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

getAction

public Action[] getAction()
Specified by:
getAction in interface Release
Returns:
array of Action

getAction

public Action getAction(int idx)
Specified by:
getAction in interface Release
Returns:
one of Action

getActionLength

public int getActionLength()
Specified by:
getActionLength in interface Release

setAction

public void setAction(Action[] values)
Specified by:
setAction in interface Release
Parameters:
values - allowed objects are Action

setAction

public Action setAction(int idx,
                        Action value)
Specified by:
setAction in interface Release
value - allowed object is Action

getVersion

public String getVersion()
Description copied from interface: Release
Gets the value of the version property.

Specified by:
getVersion in interface Release
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: Release
Sets the value of the version property.

Specified by:
setVersion in interface Release
Parameters:
value - allowed object is String

getDate

public String getDate()
Description copied from interface: Release
Gets the value of the date property.

Specified by:
getDate in interface Release
Returns:
possible object is String

setDate

public void setDate(String value)
Description copied from interface: Release
Sets the value of the date property.

Specified by:
setDate in interface Release
Parameters:
value - allowed object is String

getDescription

public String getDescription()
Description copied from interface: Release
Gets the value of the description property.

Specified by:
getDescription in interface Release
Returns:
possible object is String

setDescription

public void setDescription(String value)
Description copied from interface: Release
Sets the value of the description property.

Specified by:
setDescription in interface Release
Parameters:
value - allowed object is String

copyAction

public void copyAction(Action[] source)
Copies all values of property Action.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public ReleaseImpl 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.