|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl.ReleaseImpl
public class ReleaseImpl
| Field Summary | |
|---|---|
protected List<Action> |
action
|
protected String |
date
|
protected String |
description
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ReleaseImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl.ReleaseImpl instance. |
|
ReleaseImpl(ReleaseImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl.ReleaseImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ReleaseImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyAction(List<Action> source,
List<Action> target)
Copies all values of property Action. |
List<Action> |
getAction()
Gets the value of the action property. |
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 |
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 |
|---|
protected List<Action> action
protected String version
protected String date
protected String description
| Constructor Detail |
|---|
public ReleaseImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl.ReleaseImpl instance.
public ReleaseImpl(ReleaseImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl.ReleaseImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<Action> getAction()
Release
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the action property.
For example, to add a new item, do as follows:
getAction().add(newItem);
Objects of the following type(s) are allowed in the list
Action
getAction in interface Releasepublic String getVersion()
Release
getVersion in interface ReleaseStringpublic void setVersion(String value)
Release
setVersion in interface Releasevalue - allowed object is
Stringpublic String getDate()
Release
getDate in interface ReleaseStringpublic void setDate(String value)
Release
setDate in interface Releasevalue - allowed object is
Stringpublic String getDescription()
Release
getDescription in interface ReleaseStringpublic void setDescription(String value)
Release
setDescription in interface Releasevalue - allowed object is
String
public static void copyAction(List<Action> source,
List<Action> target)
Action.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public ReleaseImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||