| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected String |
originalText |
protected String |
title |
protected int |
type |
protected Volume |
volume |
| Constructor and Description |
|---|
AbstractBlockette(int type,
String title) |
AbstractBlockette(int type,
String title,
int maximumLength) |
| Modifier and Type | Method and Description |
|---|---|
String |
describe() |
int |
getId() |
int |
getLength() |
int |
getMaximumLength() |
String |
getOriginalText() |
Blockette |
getParent() |
String |
getTitle() |
int |
getType() |
Volume |
getVolume() |
boolean |
isOverFlown() |
void |
setId(int id) |
void |
setParent(Blockette parent) |
void |
setTitle(String name) |
void |
setType(int type) |
void |
setVolume(Volume volume) |
abstract String |
toSeedString() |
String |
toString() |
protected int id
protected int type
protected String title
protected String originalText
protected Volume volume
public AbstractBlockette(int type,
String title)
public AbstractBlockette(int type,
String title,
int maximumLength)
public int getId()
public void setId(int id)
public int getType()
public void setType(int type)
public String getTitle()
public void setTitle(String name)
public String describe() throws SeedException
SeedExceptionpublic Volume getVolume()
public void setVolume(Volume volume)
public Blockette getParent()
public void setParent(Blockette parent)
public String getOriginalText()
public int getLength()
throws SeedException
SeedExceptionpublic int getMaximumLength()
public boolean isOverFlown()
throws SeedException
SeedExceptionpublic abstract String toSeedString() throws SeedException
SeedExceptionCopyright © 2018. All rights reserved.