net.sourceforge.fixpusher.model.message
Class FontProperties

java.lang.Object
  extended by net.sourceforge.fixpusher.model.message.FontProperties

public class FontProperties
extends java.lang.Object

The Class FontProperties.


Constructor Summary
FontProperties()
          Instantiates a new font properties.
 
Method Summary
 int getFieldDataTypeWidth()
          Gets the field data type width.
 int getFieldNameWidth()
          Gets the field name width.
 int getFieldNumberWidth()
          Gets the field number width.
 int getFieldRequiredWidth()
          Gets the field required width.
 int getFieldTypeWidth()
          Gets the field type width.
 void setFieldDataTypeWidth(int fieldDataTypeWidth)
          Sets the field data type width.
 void setFieldNameWidth(int fieldNameWidth)
          Sets the field name width.
 void setFieldNumberWidth(int fieldNumberWidth)
          Sets the field number width.
 void setFieldRequiredWidth(int fieldRequiredWidth)
          Sets the field required width.
 void setFieldTypeWidth(int fieldTypeWidth)
          Sets the field type width.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontProperties

public FontProperties()
Instantiates a new font properties.

Method Detail

getFieldDataTypeWidth

public int getFieldDataTypeWidth()
Gets the field data type width.

Returns:
the field data type width

getFieldNameWidth

public int getFieldNameWidth()
Gets the field name width.

Returns:
the field name width

getFieldNumberWidth

public int getFieldNumberWidth()
Gets the field number width.

Returns:
the field number width

getFieldRequiredWidth

public int getFieldRequiredWidth()
Gets the field required width.

Returns:
the field required width

getFieldTypeWidth

public int getFieldTypeWidth()
Gets the field type width.

Returns:
the field type width

setFieldDataTypeWidth

public void setFieldDataTypeWidth(int fieldDataTypeWidth)
Sets the field data type width.

Parameters:
fieldDataTypeWidth - the new field data type width

setFieldNameWidth

public void setFieldNameWidth(int fieldNameWidth)
Sets the field name width.

Parameters:
fieldNameWidth - the new field name width

setFieldNumberWidth

public void setFieldNumberWidth(int fieldNumberWidth)
Sets the field number width.

Parameters:
fieldNumberWidth - the new field number width

setFieldRequiredWidth

public void setFieldRequiredWidth(int fieldRequiredWidth)
Sets the field required width.

Parameters:
fieldRequiredWidth - the new field required width

setFieldTypeWidth

public void setFieldTypeWidth(int fieldTypeWidth)
Sets the field type width.

Parameters:
fieldTypeWidth - the new field type width