org.apache.maven.continuum.xmlrpc.project
Class ProjectGroupSummary

Package class diagram package ProjectGroupSummary
java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.ProjectGroupSummary
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProjectGroup

public class ProjectGroupSummary
extends java.lang.Object
implements java.io.Serializable

Class ProjectGroupSummary.

See Also:
Serialized Form

Constructor Summary
ProjectGroupSummary()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 java.lang.String getDescription()
          Get the description field.
 java.lang.String getGroupId()
          Get the groupId field.
 int getId()
          Get the id field.
 LocalRepository getLocalRepository()
          Get the localRepository field.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get the name field.
 int hashCode()
          Method hashCode.
 void setDescription(java.lang.String description)
          Set the description field.
 void setGroupId(java.lang.String groupId)
          Set the groupId field.
 void setId(int id)
          Set the id field.
 void setLocalRepository(LocalRepository localRepository)
          Set the localRepository field.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setName(java.lang.String name)
          Set the name field.
 java.lang.String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectGroupSummary

public ProjectGroupSummary()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals.

Overrides:
equals in class java.lang.Object
Parameters:
other -
Returns:
boolean

getDescription

public java.lang.String getDescription()
Get the description field.

Returns:
String

getGroupId

public java.lang.String getGroupId()
Get the groupId field.

Returns:
String

getId

public int getId()
Get the id field.

Returns:
int

getLocalRepository

public LocalRepository getLocalRepository()
Get the localRepository field.

Returns:
LocalRepository

getName

public java.lang.String getName()
Get the name field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class java.lang.Object
Returns:
int

setDescription

public void setDescription(java.lang.String description)
Set the description field.

Parameters:
description -

setGroupId

public void setGroupId(java.lang.String groupId)
Set the groupId field.

Parameters:
groupId -

setId

public void setId(int id)
Set the id field.

Parameters:
id -

setLocalRepository

public void setLocalRepository(LocalRepository localRepository)
Set the localRepository field.

Parameters:
localRepository -

setName

public void setName(java.lang.String name)
Set the name field.

Parameters:
name -

toString

public java.lang.String toString()
Method toString.

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.