Package org.daisy.braille.utils.pef
Class SectionIdentifier
- java.lang.Object
-
- org.daisy.braille.utils.pef.SectionIdentifier
-
- All Implemented Interfaces:
Serializable
public final class SectionIdentifier extends Object implements Serializable
Provides an identifier for a specific section.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SectionIdentifier(int volume)
Creates a new section identifier with the specified volume and the implied section number of 1.SectionIdentifier(int volume, int section)
Creates a new section identifier with the specified volume and section.
-
-
-
Constructor Detail
-
SectionIdentifier
public SectionIdentifier(int volume)
Creates a new section identifier with the specified volume and the implied section number of 1.- Parameters:
volume
- the volume number, one based
-
SectionIdentifier
public SectionIdentifier(int volume, int section)
Creates a new section identifier with the specified volume and section.- Parameters:
volume
- the volume number, one basedsection
- the section number, one based
-
-