public class CadFieldData extends Object
The Field data
Constructor and Description |
---|
CadFieldData()
Initializes a new instance of the
CadFieldData class. |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute001()
Gets or sets the attribute 1.
|
String |
getAttribute300()
Gets or sets the attribute 300.
|
String |
getAttribute302()
Gets or sets the attribute 302.
|
String |
getAttribute304()
Gets or sets the attribute304.
|
Integer |
getAttribute93()
Gets or sets the attribute 93.
|
Integer |
getAttribute94()
Gets or sets the attribute94.
|
byte[] |
getBinaryData()
Gets or sets the binary data.
|
Integer |
getBinaryDataBufferSize()
Gets or sets the size of the binary data buffer.
|
Double |
getDoubleValue()
Gets or sets the double value.
|
String |
getEvaluatedCacheKeyString()
Gets the evaluated cache key string.
|
String |
getFieldDataKeyString()
Gets or sets the area parameters.
|
int |
getFieldValueDataType()
Gets or sets the type of the field value data.
|
Integer |
getLongValue()
Gets or sets the long value.
|
String |
getValueId()
Gets or sets the value identifier.
|
void |
setAttribute001(String value)
Gets or sets the attribute 1.
|
void |
setAttribute300(String value)
Gets or sets the attribute 300.
|
void |
setAttribute302(String value)
Gets or sets the attribute 302.
|
void |
setAttribute304(String value)
Gets or sets the attribute304.
|
void |
setAttribute93(Integer value)
Gets or sets the attribute 93.
|
void |
setAttribute94(Integer value)
Gets or sets the attribute94.
|
void |
setBinaryData(byte[] value)
Gets or sets the binary data.
|
void |
setBinaryDataBufferSize(Integer value)
Gets or sets the size of the binary data buffer.
|
void |
setDoubleValue(Double value)
Gets or sets the double value.
|
void |
setEvaluatedCacheKeyString(String value)
Gets the evaluated cache key string.
|
void |
setFieldDataKeyString(String value)
Gets or sets the area parameters.
|
void |
setFieldValueDataType(int value)
Gets or sets the type of the field value data.
|
void |
setLongValue(Integer value)
Gets or sets the long value.
|
void |
setValueId(String value)
Gets or sets the value identifier.
|
public CadFieldData()
Initializes a new instance of the CadFieldData
class.
public final String getAttribute001()
Gets or sets the attribute 1.
public final void setAttribute001(String value)
Gets or sets the attribute 1.
value
- The attribute 1.public final String getAttribute300()
Gets or sets the attribute 300.
public final void setAttribute300(String value)
Gets or sets the attribute 300.
value
- The attribute 300.public final String getAttribute302()
Gets or sets the attribute 302.
public final void setAttribute302(String value)
Gets or sets the attribute 302.
value
- The attribute 302.public final String getAttribute304()
Gets or sets the attribute304.
public final void setAttribute304(String value)
Gets or sets the attribute304.
value
- The attribute304.public final String getEvaluatedCacheKeyString()
Gets the evaluated cache key string.
public final void setEvaluatedCacheKeyString(String value)
Gets the evaluated cache key string.
value
- The evaluated cache key string.public final byte[] getBinaryData()
Gets or sets the binary data.
public final void setBinaryData(byte[] value)
Gets or sets the binary data.
value
- The binary data.public final Integer getBinaryDataBufferSize()
Gets or sets the size of the binary data buffer.
public final void setBinaryDataBufferSize(Integer value)
Gets or sets the size of the binary data buffer.
value
- The size of the binary data buffer.public final String getValueId()
Gets or sets the value identifier.
public final void setValueId(String value)
Gets or sets the value identifier.
value
- The value identifier.public final Double getDoubleValue()
Gets or sets the double value.
public final void setDoubleValue(Double value)
Gets or sets the double value.
value
- The double value.public final Integer getLongValue()
Gets or sets the long value.
public final void setLongValue(Integer value)
Gets or sets the long value.
value
- The long value.public final int getFieldValueDataType()
Gets or sets the type of the field value data.
public final void setFieldValueDataType(int value)
Gets or sets the type of the field value data.
value
- The type of the field value data.public final Integer getAttribute93()
Gets or sets the attribute 93.
public final void setAttribute93(Integer value)
Gets or sets the attribute 93.
value
- The attribute 93.public final Integer getAttribute94()
Gets or sets the attribute94.
public final void setAttribute94(Integer value)
Gets or sets the attribute94.
value
- The attribute94.public final String getFieldDataKeyString()
Gets or sets the area parameters.
public final void setFieldDataKeyString(String value)
Gets or sets the area parameters.