Class ReceiptItemVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.operations.ReceiptPartVO
-
- org.cyclos.model.system.operations.ReceiptItemVO
-
- All Implemented Interfaces:
Serializable
public class ReceiptItemVO extends ReceiptPartVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ReceiptItemVO>LABELstatic BasicProperty<ReceiptPartStyle,ReceiptItemVO>LABEL_STYLE-
Fields inherited from class org.cyclos.model.system.operations.ReceiptPartVO
ALIGN, HEIGHT, LINE_AFTER, LINE_BEFORE, STYLE, TEXT, WIDTH
-
-
Constructor Summary
Constructors Constructor Description ReceiptItemVO()ReceiptItemVO(Property<T,? super ReceiptItemVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetLabel()ReceiptPartStylegetLabelStyle()voidsetLabel(String label)voidsetLabelStyle(ReceiptPartStyle labelStyle)-
Methods inherited from class org.cyclos.model.system.operations.ReceiptPartVO
getAlign, getHeight, getLineAfter, getLineBefore, getStyle, getText, getWidth, setAlign, setHeight, setLineAfter, setLineBefore, setStyle, setText, setWidth
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
LABEL
public static final BasicProperty<String,ReceiptItemVO> LABEL
-
LABEL_STYLE
public static final BasicProperty<ReceiptPartStyle,ReceiptItemVO> LABEL_STYLE
-
-
Constructor Detail
-
ReceiptItemVO
public ReceiptItemVO()
-
ReceiptItemVO
public ReceiptItemVO(Property<T,? super ReceiptItemVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classReceiptPartVO
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getLabelStyle
public ReceiptPartStyle getLabelStyle()
-
setLabelStyle
public void setLabelStyle(ReceiptPartStyle labelStyle)
-
className
public String className()
- Overrides:
classNamein classReceiptPartVO
-
-