com.lowagie.text.pdf
Class BarcodeEAN128.IdentifierEAN

java.lang.Object
  extended bycom.lowagie.text.pdf.BarcodeEAN128.IdentifierEAN
Enclosing class:
BarcodeEAN128

public static class BarcodeEAN128.IdentifierEAN
extends Object


Field Summary
private  String format
          Holds value of property format.
private  String id
          Holds value of property id.
private  int size
          Holds value of property size.
private  boolean variable
          Holds value of property variable.
 
Constructor Summary
BarcodeEAN128.IdentifierEAN(String id, String format, int size, boolean variable)
          Creates a new instance of IdentifierEAN
 
Method Summary
 String getFormat()
          Getter for property format.
 String getId()
          Getter for property id.
 int getSize()
          Getter for property size.
 boolean isVariable()
          Getter for property variable.
 void setFormat(String format)
          Setter for property format.
 void setId(String id)
          Setter for property id.
 void setSize(int size)
          Setter for property size.
 void setVariable(boolean variable)
          Setter for property variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variable

private boolean variable
Holds value of property variable.


id

private String id
Holds value of property id.


format

private String format
Holds value of property format.


size

private int size
Holds value of property size.

Constructor Detail

BarcodeEAN128.IdentifierEAN

public BarcodeEAN128.IdentifierEAN(String id,
                                   String format,
                                   int size,
                                   boolean variable)
Creates a new instance of IdentifierEAN

Method Detail

isVariable

public boolean isVariable()
Getter for property variable.

Returns:
Value of property variable.

setVariable

public void setVariable(boolean variable)
Setter for property variable.


getId

public String getId()
Getter for property id.

Returns:
Value of property id.

setId

public void setId(String id)
Setter for property id.

Parameters:
id - New value of property id.

getFormat

public String getFormat()
Getter for property format.

Returns:
Value of property format.

setFormat

public void setFormat(String format)
Setter for property format.

Parameters:
format - New value of property format.

getSize

public int getSize()
Getter for property size.

Returns:
Value of property size.

setSize

public void setSize(int size)
Setter for property size.

Parameters:
size - New value of property size.