|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.BarcodeEAN128.IdentifierEAN
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 |
private boolean variable
private String id
private String format
private int size
Constructor Detail |
public BarcodeEAN128.IdentifierEAN(String id, String format, int size, boolean variable)
Method Detail |
public boolean isVariable()
public void setVariable(boolean variable)
public String getId()
public void setId(String id)
id
- New value of property id.public String getFormat()
public void setFormat(String format)
format
- New value of property format.public int getSize()
public void setSize(int size)
size
- New value of property size.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |