public class Section extends Object implements Serializable
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Method equals.
|
String |
getFile()
Get specifies the file of this section.
|
String |
getId()
Get specifies the id of this section.
|
String |
getTitle()
Get specifies the title of this section.
|
int |
hashCode()
Method hashCode.
|
void |
setFile(String file)
Set specifies the file of this section.
|
void |
setId(String id)
Set specifies the id of this section.
|
void |
setTitle(String title)
Set specifies the title of this section.
|
String |
toString()
Method toString.
|
public boolean equals(Object other)
public String getFile()
public String getId()
public String getTitle()
public void setFile(String file)
file - public void setId(String id)
id - public void setTitle(String title)
title - Copyright © 2005–2014. All rights reserved.