org.sonatype.gshell.command.descriptor
Class HelpPageDescriptor

java.lang.Object
  extended by org.sonatype.gshell.command.descriptor.HelpPageDescriptor
All Implemented Interfaces:
Serializable

public class HelpPageDescriptor
extends Object
implements Serializable

Help page descriptor.

Since:
2.5 .
Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
HelpPageDescriptor()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 String getName()
          Get the name field.
 String getResource()
          Get the resource field.
 int hashCode()
          Method hashCode.
 void setName(String name)
          Set the name field.
 void setResource(String resource)
          Set the resource field.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelpPageDescriptor

public HelpPageDescriptor()
Method Detail

equals

public boolean equals(Object other)
Method equals.

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

getName

public String getName()
Get the name field.

Returns:
String

getResource

public String getResource()
Get the resource field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setName

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

Parameters:
name -

setResource

public void setResource(String resource)
Set the resource field.

Parameters:
resource -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2008-2011 Sonatype. All Rights Reserved.