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

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

public class ProjectGroupSummary
extends Object
implements Serializable

Class ProjectGroupSummary.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ProjectGroupSummary()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 String getDescription()
          Get the description field.
 String getGroupId()
          Get the groupId field.
 int getId()
          Get the id field.
 LocalRepository getLocalRepository()
          Get the localRepository field.
 String getName()
          Get the name field.
 int hashCode()
          Method hashCode.
 void setDescription(String description)
          Set the description field.
 void setGroupId(String groupId)
          Set the groupId field.
 void setId(int id)
          Set the id field.
 void setLocalRepository(LocalRepository localRepository)
          Set the localRepository field.
 void setName(String name)
          Set the name field.
 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(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getDescription

public String getDescription()
Get the description field.

Returns:
String

getGroupId

public 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 String getName()
Get the name field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setDescription

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

Parameters:
description -

setGroupId

public void setGroupId(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(String name)
Set the name field.

Parameters:
name -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.