net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl
Class RelocationImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.RelocationImpl
All Implemented Interfaces:
Serializable, Cloneable, Relocation

public class RelocationImpl
extends Object
implements Serializable, Cloneable, Relocation

See Also:
Serialized Form

Field Summary
protected  String artifactId
           
protected  String groupId
           
protected  String message
           
protected  String version
           
 
Constructor Summary
RelocationImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.RelocationImpl instance.
RelocationImpl(RelocationImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.RelocationImpl instance by copying a given instance.
 
Method Summary
 RelocationImpl clone()
          Creates and returns a copy of this object.
 String getArtifactId()
          Gets the value of the artifactId property.
 String getGroupId()
          Gets the value of the groupId property.
 String getMessage()
          Gets the value of the message property.
 String getVersion()
          Gets the value of the version property.
 void setArtifactId(String value)
          Sets the value of the artifactId property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 void setMessage(String value)
          Sets the value of the message 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

groupId

protected String groupId

artifactId

protected String artifactId

version

protected String version

message

protected String message
Constructor Detail

RelocationImpl

public RelocationImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.RelocationImpl instance.


RelocationImpl

public RelocationImpl(RelocationImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.RelocationImpl instance by copying a given instance.

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

getGroupId

public String getGroupId()
Description copied from interface: Relocation
Gets the value of the groupId property.

Specified by:
getGroupId in interface Relocation
Returns:
possible object is String

setGroupId

public void setGroupId(String value)
Description copied from interface: Relocation
Sets the value of the groupId property.

Specified by:
setGroupId in interface Relocation
Parameters:
value - allowed object is String

getArtifactId

public String getArtifactId()
Description copied from interface: Relocation
Gets the value of the artifactId property.

Specified by:
getArtifactId in interface Relocation
Returns:
possible object is String

setArtifactId

public void setArtifactId(String value)
Description copied from interface: Relocation
Sets the value of the artifactId property.

Specified by:
setArtifactId in interface Relocation
Parameters:
value - allowed object is String

getVersion

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

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

setVersion

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

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

getMessage

public String getMessage()
Description copied from interface: Relocation
Gets the value of the message property.

Specified by:
getMessage in interface Relocation
Returns:
possible object is String

setMessage

public void setMessage(String value)
Description copied from interface: Relocation
Sets the value of the message property.

Specified by:
setMessage in interface Relocation
Parameters:
value - allowed object is String

clone

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