it.stefanochizzolini.clown.documents.contents.entities
Class Barcode
java.lang.Object
it.stefanochizzolini.clown.documents.contents.entities.Entity
it.stefanochizzolini.clown.documents.contents.entities.Barcode
- All Implemented Interfaces:
- IContentEntity
- Direct Known Subclasses:
- EAN13Barcode
public abstract class Barcode
- extends Entity
Abstract barcode object.
- Since:
- 0.0.6
- Version:
- 0.0.6
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
protected String code
Barcode
protected Barcode(String code)
getCode
public String getCode()
- Gets the code to represent.
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.