public class Section
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Method equals.
|
java.lang.String |
getFile()
Get specifies the file of this section.
|
java.lang.String |
getId()
Get specifies the id of this section.
|
java.lang.String |
getTitle()
Get specifies the title of this section.
|
int |
hashCode()
Method hashCode.
|
void |
setFile(java.lang.String file)
Set specifies the file of this section.
|
void |
setId(java.lang.String id)
Set specifies the id of this section.
|
void |
setTitle(java.lang.String title)
Set specifies the title of this section.
|
java.lang.String |
toString()
Method toString.
|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- public java.lang.String getFile()
public java.lang.String getId()
public java.lang.String getTitle()
public int hashCode()
hashCode
in class java.lang.Object
public void setFile(java.lang.String file)
file
- public void setId(java.lang.String id)
id
- public void setTitle(java.lang.String title)
title
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.