net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl
Class ParentImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ParentImpl
All Implemented Interfaces:
Serializable, Cloneable, Parent

public class ParentImpl
extends Object
implements Serializable, Cloneable, Parent

See Also:
Serialized Form

Field Summary
protected  String artifactId
           
protected  String groupId
           
protected  String relativePath
           
protected  String version
           
 
Constructor Summary
ParentImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ParentImpl instance.
ParentImpl(ParentImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ParentImpl instance by copying a given instance.
 
Method Summary
 ParentImpl 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 getRelativePath()
          Gets the value of the relativePath 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 setRelativePath(String value)
          Sets the value of the relativePath 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

artifactId

protected String artifactId

groupId

protected String groupId

version

protected String version

relativePath

protected String relativePath
Constructor Detail

ParentImpl

public ParentImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ParentImpl instance.


ParentImpl

public ParentImpl(ParentImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ParentImpl instance by copying a given instance.

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

getArtifactId

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

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

setArtifactId

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

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

getGroupId

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

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

setGroupId

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

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

getVersion

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

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

setVersion

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

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

getRelativePath

public String getRelativePath()
Description copied from interface: Parent
Gets the value of the relativePath property.

Specified by:
getRelativePath in interface Parent
Returns:
possible object is String

setRelativePath

public void setRelativePath(String value)
Description copied from interface: Parent
Sets the value of the relativePath property.

Specified by:
setRelativePath in interface Parent
Parameters:
value - allowed object is String

clone

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