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

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

public class FixedIssueImpl
extends Object
implements Serializable, Cloneable, FixedIssue

See Also:
Serialized Form

Field Summary
protected  String issue
           
 
Constructor Summary
FixedIssueImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.FixedIssueImpl instance.
FixedIssueImpl(FixedIssueImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.changes100.impl.FixedIssueImpl instance by copying a given instance.
 
Method Summary
 FixedIssueImpl clone()
          Creates and returns a copy of this object.
 String getIssue()
          Gets the value of the issue property.
 void setIssue(String value)
          Sets the value of the issue property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

issue

protected String issue
Constructor Detail

FixedIssueImpl

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


FixedIssueImpl

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

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

getIssue

public String getIssue()
Description copied from interface: FixedIssue
Gets the value of the issue property.

Specified by:
getIssue in interface FixedIssue
Returns:
possible object is String

setIssue

public void setIssue(String value)
Description copied from interface: FixedIssue
Sets the value of the issue property.

Specified by:
setIssue in interface FixedIssue
Parameters:
value - allowed object is String

clone

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