public final class Project
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Project(java.lang.String name,
java.lang.String description)
Creates a new Project object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
DOCUMENT ME!
|
java.lang.String |
getDescription()
Returns the project description.
|
java.lang.String |
getName()
Returns the project name.
|
int |
hashCode()
DOCUMENT ME!
|
void |
setDescription(java.lang.String description)
Sets the project description.
|
public Project(java.lang.String name, java.lang.String description)
name
- the project name. The name must not contain one of the following
characters: \ / : ? " ' < > |
.description
- the project description.public void setDescription(java.lang.String description)
description
- new description.java.lang.IllegalArgumentException
- if the given description exceeds the maximum
length of 256 characters.public java.lang.String getDescription()
public java.lang.String getName()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- DOCUMENT ME!public int hashCode()
hashCode
in class java.lang.Object
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013