public class Segment extends Object implements Serializable
Constructor and Description |
---|
Segment()
デフォルトコンストラクタ.
|
Segment(String exampleId,
String text,
String[] categoryIds,
Segment[] childSegments)
コンストラクタ.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String[] |
getCategoryIds()
categoryIdsを返す。
|
Segment[] |
getChildSegments()
childSegmentsを返す。
|
String |
getExampleId()
exampleIdを返す。
|
String |
getText()
textを返す。
|
int |
hashCode() |
void |
setCategoryIds(String[] categoryIds)
categoryIdsを設定する。
|
void |
setChildSegments(Segment[] childSegments)
childSegmentsを設定する。
|
void |
setExampleId(String exampleId)
exampleIdを設定する。
|
void |
setText(String text)
textを設定する。
|
String |
toString() |
public String getExampleId()
public void setExampleId(String exampleId)
exampleId
- exampleIdpublic String getText()
public void setText(String text)
text
- textpublic String[] getCategoryIds()
public void setCategoryIds(String[] categoryIds)
categoryIds
- categoryIdspublic Segment[] getChildSegments()
public void setChildSegments(Segment[] childSegments)
childSegments
- childSegments